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
Vad är I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore är en Chrome-tillägg utvecklad av https://www.limitexception.com, och dess huvudfunktion är "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Tilläggsskärmbilder
Ladda ner I've a feeling we're not in a Sandbox anymore-förlängningens CRX-fil
Ladda ner I've a feeling we're not in a Sandbox anymore-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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).                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | kagabgbcemdhfgefjnnpfnhfpednebbk | 
| Officiell webbadress | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk | 
| Beskrivning | Warns you that you are in a production instance of Salesforce with a noticable yellow banner | 
| Filstorlek | 16.93 KB | 
| Antal Installationer | 764 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2015-07-09 | 
| Publiceringsdatum | 2015-07-09 | 
| Betyg | 4.57/5 Totalt 7 Betyg | 
| Utvecklare | https://www.limitexception.com | 
| Betalningssätt | free | 
| Stödda Språk | 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
}  |  |