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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}