Multiple Change Set Component Selector

Chrome Extension to select multiple components in Change Set

Multiple Change Set Component Selectorคืออะไร?

Multiple Change Set Component Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gupta.atul31 และคุณลักษณะหลักของมันคือ "Chrome Extension to select multiple components in Change Set"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multiple Change Set Component Selector

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}