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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sanjaykeynotes.blogspot.com และคุณลักษณะหลักของมันคือ "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick ChangeSet & Navigator

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