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
Cos'è I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore è un'estensione di Chrome sviluppata da https://www.limitexception.com, e la sua funzione principale è "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione I've a feeling we're not in a Sandbox anymore
Scarica i file di estensione I've a feeling we're not in a Sandbox anymore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
URL Ufficiale | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Descrizione | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Dimensione del File | 16.93 KB |
Conteggio Installazioni | 764 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-07-09 |
Data di Pubblicazione | 2015-07-09 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | https://www.limitexception.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |