I've a feeling we're not in a Sandbox anymore

Warns you that you are in a production instance of Salesforce with a noticable yellow banner

Co je I've a feeling we're not in a Sandbox anymore?

I've a feeling we're not in a Sandbox anymore je rozšíření Chrome vyvinuté https://www.limitexception.com, a jeho hlavní funkcí je „Warns you that you are in a production instance of Salesforce with a noticable yellow banner“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření I've a feeling we're not in a Sandbox anymore

Stáhněte si soubory rozšíření I've a feeling we're not in a Sandbox anymore 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í

                        Of interest to Salesforce Developers and Administrators only.

This utility places a warning yellow bar across the top of your Salesforce page and also changes the favicon when you are working on a production pod of salesforce (eg: na1, eu1, ap1).                    

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

Název I've a feeling we're not in a Sandbox anymore I've a feeling we're not in a Sandbox anymore
ID kagabgbcemdhfgefjnnpfnhfpednebbk
Oficiální URL https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk
Popis Warns you that you are in a production instance of Salesforce with a noticable yellow banner
Velikost souboru 16.93 KB
Počet instalací 764
Aktuální Verze 1.0
Poslední Aktualizace 2015-07-09
Datum Vydání 2015-07-09
Hodnocení 4.57/5 Celkem 7 Hodnocení
Vývojář https://www.limitexception.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Steven Herod - http:\/\/limitexception.com\/",
    "short_name": "Toto",
    "name": "I've a feeling we're not in a Sandbox anymore",
    "description": "Warns you that you are in a production instance of Salesforce with a noticable yellow banner",
    "version": "1.0",
    "permissions": [
        "webNavigation",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js",
            "prod_script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toto, I've a feeling we're not in a Sandbox anymore."
    },
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}