Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Salesforce Devsforce",
"version": "65.0.2",
"description": "Powerful Salesforce development tools utilized for data backup, metadata download and deployment, and automated test, etc.",
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_popup": "index\/index.html",
"default_icon": {
"32": "images\/get_started32.png"
}
},
"content_scripts": [
{
"exclude_globs": [
"https:\/\/www.salesforce.com\/*",
"https:\/\/help.salesforce.com\/*",
"https:\/\/success.salesforce.com\/*",
"https:\/\/trust.salesforce.com\/*",
"https:\/\/status.salesforce.com\/*",
"https:\/\/appexchange.salesforce.com\/*",
"https:\/\/architect.salesforce.com\/*",
"https:\/\/ideas.salesforce.com\/*",
"https:\/\/trailhead.salesforce.com\/*",
"https:\/\/developer.salesforce.com\/*",
"https:\/\/partners.salesforce.com\/*",
"https:\/\/trailblazer.salesforce.com\/*",
"https:\/\/trailblazers.salesforce.com\/*"
],
"js": [
"reference\/jquery-3.7.1.min.js",
"reference\/toolkits.js"
],
"matches": [
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.my.site.com\/*",
"https:\/\/*.force.com\/*",
"https:\/\/*.visualforce.com\/*",
"https:\/\/*.builder.salesforce-experience.com\/*",
"https:\/\/*.my.salesforce.com\/*",
"https:\/\/*.my.salesforce-setup.com\/*",
"https:\/\/login.salesforce.com\/services\/oauth2\/*",
"https:\/\/test.salesforce.com\/services\/oauth2\/*"
]
}
],
"icons": {
"48": "images\/get_started48.png",
"128": "images\/get_started128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQOnpOTJjQcDCuqMfmc7TczHtcbtsmulnOCP6UHXMnyfrU2CWoYyLp1ao3R8BqLwrxvvNkREf8VkiZKDJ5trdvUpOVtN1GJZ0XfakTp8u6DGoGcY1ZcsVuqQtyXrC8q+ZGdJl\/7j0+ukmtQpYJRRr6occVLweQu9tbyZYhuKBJSwkPcQPFF5BjtWF11deYBVQs+JebiTLisD3Qd1UFMb5kGYqaZhUJ4PfSCejQlgzYKx3VAo9BKpyYmwK\/kgnZtvqLU5kgEmOaFTWFs3r\/eZUq1bew0OYh7nsTap7Id5PJR658R06O7kXbgHVngBUbIhToLQBlLv\/gKKNqji8NTDZQIDAQAB",
"permissions": [
"alarms",
"downloads",
"notifications",
"storage",
"tabs",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/*.salesforce.com\/*"
],
"oauth2": {
"client_id": "3MVG9I1kFE5Iul2AGE29PMp_dAtBwaFy4ArZRNxNnTokv6pWvoFRUIUc37mq5cJrI9oNyUpGIPoyD_99JrbJ1",
"client_secret": "2EE5A3017E5134762251B0BD6B03050B65BC677F1D1082D8FDDE7B2E61F6F19F",
"scopes": [
"openid",
"email",
"profile"
]
}
}