Quick ChangeSet & Navigator

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

什麼是Quick ChangeSet & Navigator?

Quick ChangeSet & Navigator是由http://sanjaykeynotes.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.”。

擴展截圖

screenshot

下載Quick ChangeSet & Navigator擴展crx文件

下載Quick ChangeSet & Navigator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Quick ChangeSet & Navigator Quick ChangeSet & Navigator
ID jhoddpnaknifeinaojmahfmbgephkodj
官方網址 https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj
簡介 This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
檔案大小 1005 KB
安裝次數 263
目前版本 1.0.2
更新時間 2017-06-20
上架時間 2017-06-20
評分 4.00/5 共 5 次評分
開發者 http://sanjaykeynotes.blogspot.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}