Multiple Change Set Component Selector

Chrome Extension to select multiple components in Change Set

什麼是Multiple Change Set Component Selector?

Multiple Change Set Component Selector是由gupta.atul31開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension to select multiple components in Change Set”。

擴展截圖

screenshot
screenshot
screenshot

下載Multiple Change Set Component Selector擴展crx文件

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

擴展使用說明

                        "Multiple Change Set Component Selector" is a Chrome Extension that will help you in selecting multiple components and add them to the change set.

Are you tired of selecting each and every component in Salesforce Change Sets one by one.
You have 200 fields to include in the Change set.
OR
You need to add 50 different fields of Account Object to the Change Set.
OR
You need to include 20 different Visualforce pages and any error while selecting the components manually might spoil the whole deployment.

If the answer to any of these questions is "YES". You have come to the right place.

You can either take the time out and mindlessly select each and every component to add to the Change Set or you can just download this AWESOME extension to get the work done faster.

Please provide any feedback good, bad.
You don't like the extension, please tell us.
You love the extension, please definitely tell us.                    

擴展基本資訊

名稱 Multiple Change Set Component Selector Multiple Change Set Component Selector
ID kkamepfijpdnpbjecflonfgglpmgalpd
官方網址 https://chrome.google.com/webstore/detail/multiple-change-set-compo/kkamepfijpdnpbjecflonfgglpmgalpd
簡介 Chrome Extension to select multiple components in Change Set
檔案大小 19.1 KB
安裝次數 346
目前版本 1
更新時間 2015-10-08
上架時間 2015-10-08
評分 3.00/5 共 4 次評分
開發者 gupta.atul31
付費類型 free
擴展官網 http://www.cloudvandana.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multiple Change Set Component Selector",
    "description": "Chrome Extension to select multiple components in Change Set",
    "version": "1",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Multiple Change Set Component Selector",
        "default_icon": "cs_40.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}