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

Was ist I've a feeling we're not in a Sandbox anymore?

I've a feeling we're not in a Sandbox anymore ist eine Chrome-Erweiterung, die von https://www.limitexception.com entwickelt wurde, und ihr Hauptmerkmal ist "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".

Erweiterungsscreenshots

screenshot

I've a feeling we're not in a Sandbox anymore-Erweiterungs-CRX-Datei herunterladen

Laden Sie I've a feeling we're not in a Sandbox anymore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name I've a feeling we're not in a Sandbox anymore I've a feeling we're not in a Sandbox anymore
ID kagabgbcemdhfgefjnnpfnhfpednebbk
Offizielle URL https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk
Beschreibung Warns you that you are in a production instance of Salesforce with a noticable yellow banner
Dateigröße 16.93 KB
Installationsanzahl 764
Aktuelle Version 1.0
Letztes Update 2015-07-09
Veröffentlichungsdatum 2015-07-09
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler https://www.limitexception.com
Zahlungsart free
Unterstützte Sprachen 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
}