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
Wat is I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore is een Chrome-extensie ontwikkeld door https://www.limitexception.com, en de belangrijkste functie is "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Extensie Screenshots
Download het CRX-bestand van de extensie I've a feeling we're not in a Sandbox anymore
Download I've a feeling we're not in a Sandbox anymore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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).                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kagabgbcemdhfgefjnnpfnhfpednebbk | 
| Officiële URL | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk | 
| Beschrijving | Warns you that you are in a production instance of Salesforce with a noticable yellow banner | 
| Bestandsgrootte | 16.93 KB | 
| Aantal Installaties | 764 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2015-07-09 | 
| Publicatiedatum | 2015-07-09 | 
| Beoordeling | 4.57/5 Totaal 7 Beoordelingen | 
| Ontwikkelaar | https://www.limitexception.com | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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
}  |  |