Salesforce Sandbox Version

Shows your salesforce sandbox version next to your sandbox host

Salesforce Sandbox Versionคืออะไร?

Salesforce Sandbox Version เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pcon.github.io และคุณลักษณะหลักของมันคือ "Shows your salesforce sandbox version next to your sandbox host"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Sandbox Version

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

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

                        Tired of having to manually look at what version your sandboxes are?  Well, let a computer do all that tedious work for you!  This extension will load an icon and alt text next to your instance name so you can see if the sandbox is a spring/summer/winter instance.                    

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

ชื่อ Salesforce Sandbox Version Salesforce Sandbox Version
ID lggmdcnfdkoogifabfihligfjinpaiom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom
คำอธิบาย Shows your salesforce sandbox version next to your sandbox host
ขนาดไฟล์ 66.49 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2019-05-31
วันที่เผยแพร่ 2019-05-30
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://pcon.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Sandbox Version",
    "short_name": "sandboxver",
    "version": "1.1.2",
    "description": "Shows your salesforce sandbox version next to your sandbox host",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": {
        "name": "Patrick Connelly",
        "email": "[email protected]",
        "url": "http:\/\/connelly.dev"
    },
    "permissions": [
        "https:\/\/*.salesforce.com\/07E*",
        "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/07E*",
                "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home"
            ],
            "js": [
                "jquery.min.js",
                "axios.min.js",
                "q.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}