Download Salesforce Change Set package.xml

This extension will add Download button on Inbound/Outbound Change Set page allowing you to download package.xml of its components.

Download Salesforce Change Set package.xmlคืออะไร?

Download Salesforce Change Set package.xml เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.satrangtech.com และคุณลักษณะหลักของมันคือ "This extension will add Download button on Inbound/Outbound Change Set page allowing you to download package.xml of its components."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Salesforce Change Set package.xml

ดาวน์โหลดไฟล์ส่วนขยาย Download Salesforce Change Set package.xml ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ********* v8.1(1 Feb 2024)********* 
- Added security enhancements

********* v8.0.0 (12 Dec 2023)********* 
- Updated manifest to v3.0

********* v6.0.0 (4 Aug 2020)********* 
- Added lightning support and code fixes. 

********* v5.0.0 (2 Aug 2019)********* 
- Enhanced logic to display button all the times, in both inbound and outbound changeset

********* v4.0.0 (29 Mar 2019)********* 
- Fixed intermittent issues of button disappearing
- Fixed issue of the button not appearing on Inbound changeset
- Added feature to generate package.xml even if the user is not on the 1st page of a list of components.

As always, do share valuable feedback. If you have any query please raise a ticket @ http://support.satrangtech.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download Salesforce Change Set package.xml Download Salesforce Change Set package.xml
ID olkmefomaellbafiabkljcemiljkkbeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-salesforce-chang/olkmefomaellbafiabkljcemiljkkbeh
คำอธิบาย This extension will add Download button on Inbound/Outbound Change Set page allowing you to download package.xml of its components.
ขนาดไฟล์ 73.19 KB
จำนวนการติดตั้ง 2,352
เวอร์ชันปัจจุบัน 8.1
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2019-08-02
คะแนน 2.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://www.satrangtech.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://downloadsalesforcechangeset.satrangtech.com/
URL หน้าช่วยเหลือ https://downloadsalesforcechangeset.satrangtech.com/
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/11-wHSP1kzYR9B26TvVrtSZ9dpyEgvNQ3x76_SAvA9rY/edit
ภาษาที่รองรับ en
manifest.json
{
    "author": "Satrang Technologies",
    "background": {
        "service_worker": "back.js"
    },
    "action": {
        "default_icon": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.salesforce.com\/changemgmt\/inboundChangeSetDetailPage.apexp*",
                "*:\/\/*.my.salesforce.com\/changemgmt\/inboundChangeSetDetailPage.apexp*",
                "*:\/\/*.salesforce.com\/changemgmt\/outboundChangeSetDetailPage.apexp*",
                "*:\/\/*.my.salesforce.com\/changemgmt\/outboundChangeSetDetailPage.apexp*"
            ],
            "all_frames": true
        }
    ],
    "description": "This extension will add Download button on Inbound\/Outbound Change Set page allowing you to download package.xml of its components.",
    "homepage_url": "https:\/\/www.satrangtech.com\/",
    "icons": {
        "16": "img\/icon.png",
        "24": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "64": "img\/icon.png",
        "8": "img\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyPbXCKQk34hyt2WUiDtHmDYCTMSYLIF2p5SuAmJjG0jFFC2vGey3ryiHqo3ZjxAwl6+hFBz+aFcHzPWYcnYSvSIHt8axtqqUlQz8u4CCMWaoZ4N3pY5fK55fYjdAkj6yzXtW70L0T+neZFLA8eDjs3uvMVFJ1gc1ELpRf0YRrl7AWwIk5h+AOR7ULS9szaTlS26E1HO67cYhzoCeD3PocdJKqxSriPO46DYfebJ+Wda7kVFitT2vmX8CdAM\/TO1p17BdsLNlNh6Lr63lVU1A0c9KdiI2BsmjaNntcq3mUJOxiKB4HhXkNVxoHRZmaM0GUbyfvRmqs0D\/Zw3eCpAVRQIDAQAB",
    "manifest_version": 3,
    "name": "Download Salesforce Change Set package.xml",
    "host_permissions": [
        "*:\/\/*.salesforce.com\/changemgmt\/inboundChangeSetDetailPage.apexp*",
        "*:\/\/*.my.salesforce.com\/changemgmt\/inboundChangeSetDetailPage.apexp*",
        "*:\/\/*.salesforce.com\/changemgmt\/outboundChangeSetDetailPage.apexp*",
        "*:\/\/*.my.salesforce.com\/changemgmt\/outboundChangeSetDetailPage.apexp*"
    ],
    "short_name": "Download Salesforce Change Set package.xml.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.1",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [],
            "resources": [
                "background.js"
            ]
        }
    ]
}