Quick ChangeSet & Navigator
This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
What is Quick ChangeSet & Navigator?
Quick ChangeSet & Navigator is a Chrome extension developed by http://sanjaykeynotes.blogspot.com, and its main feature is "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.".
Extension Screenshots
Download Quick ChangeSet & Navigator Extension CRX File
Download Quick ChangeSet & Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool/extension used to create ChangeSet without load page for all provide salesforce resources as well as Navigate in Salesforce.
Note : Salesforce does not provide any way to fetch components from changeSet so already added not filter by extension. Extension Basic Information
| Name | |
| ID | jhoddpnaknifeinaojmahfmbgephkodj |
| Official URL | https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj |
| Description | This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce. |
| File Size | 1005 KB |
| Installation Count | 263 |
| Current Version | 1.0.2 |
| Last Updated | 2017-06-20 |
| Publish Date | 2017-06-20 |
| Rating | 4.00/5 Total 5 Ratings |
| Developer | http://sanjaykeynotes.blogspot.com |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick ChangeSet & Navigator",
"version": "1.0.2",
"description": "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.",
"manifest_version": 2,
"author": " ",
"content_scripts": [
{
"js": [
"js\/jquery.js",
"js\/forcetk.js",
"js\/jszip.js",
"js\/FileSaver.min.js",
"js\/contentscript.js"
],
"matches": [
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.cloudforce.com\/*"
]
}
],
"background": {
"persistent": true,
"scripts": [
"\/js\/background.js"
]
},
"web_accessible_resources": [
"\/js\/background.js"
],
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Quick ChangeSet"
},
"permissions": [
"declarativeContent",
"contextMenus",
"webNavigation",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage",
"activeTab",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"icons": {
"48": "icon.png",
"128": "icon.png"
}
} | |