Quick ChangeSet & Navigator

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

Co to jest Quick ChangeSet & Navigator?

Quick ChangeSet & Navigator to rozszerzenie Chrome opracowane przez http://sanjaykeynotes.blogspot.com, a jego główną funkcją jest „This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quick ChangeSet & Navigator

Pobierz pliki rozszerzeń Quick ChangeSet & Navigator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quick ChangeSet & Navigator Quick ChangeSet & Navigator
ID jhoddpnaknifeinaojmahfmbgephkodj
Oficjalny URL https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj
Opis This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
Rozmiar pliku 1005 KB
Liczba instalacji 263
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-06-20
Data Publikacji 2017-06-20
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper http://sanjaykeynotes.blogspot.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}