Quick ChangeSet & Navigator

This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.

Cos'è Quick ChangeSet & Navigator?

Quick ChangeSet & Navigator è un'estensione di Chrome sviluppata da http://sanjaykeynotes.blogspot.com, e la sua funzione principale è "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick ChangeSet & Navigator

Scarica i file di estensione Quick ChangeSet & Navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quick ChangeSet & Navigator Quick ChangeSet & Navigator
ID jhoddpnaknifeinaojmahfmbgephkodj
URL Ufficiale https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj
Descrizione This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
Dimensione del File 1005 KB
Conteggio Installazioni 263
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-06-20
Data di Pubblicazione 2017-06-20
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore http://sanjaykeynotes.blogspot.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}