Quick ChangeSet & Navigator
This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
O que é Quick ChangeSet & Navigator?
Quick ChangeSet & Navigator é uma extensão do Chrome desenvolvida por http://sanjaykeynotes.blogspot.com, e sua principal característica é "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick ChangeSet & Navigator
Baixe arquivos de extensão Quick ChangeSet & Navigator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jhoddpnaknifeinaojmahfmbgephkodj |
URL Oficial | https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj |
Descrição | This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce. |
Tamanho do Arquivo | 1005 KB |
Contagem de Instalações | 263 |
Versão Atual | 1.0.2 |
Última Atualização | 2017-06-20 |
Data de Publicação | 2017-06-20 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | http://sanjaykeynotes.blogspot.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |