Salesforce Sandbox Version

Shows your salesforce sandbox version next to your sandbox host

Co je Salesforce Sandbox Version?

Salesforce Sandbox Version je rozšíření Chrome vyvinuté https://pcon.github.io, a jeho hlavní funkcí je „Shows your salesforce sandbox version next to your sandbox host“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Salesforce Sandbox Version

Stáhněte si soubory rozšíření Salesforce Sandbox Version ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Salesforce Sandbox Version Salesforce Sandbox Version
ID lggmdcnfdkoogifabfihligfjinpaiom
Oficiální URL https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom
Popis Shows your salesforce sandbox version next to your sandbox host
Velikost souboru 66.49 KB
Počet instalací 65
Aktuální Verze 1.1.2
Poslední Aktualizace 2019-05-31
Datum Vydání 2019-05-30
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář https://pcon.github.io
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}