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
Qu'est-ce que I've a feeling we're not in a Sandbox anymore ?
I've a feeling we're not in a Sandbox anymore est une extension Chrome développée par https://www.limitexception.com, et sa fonction principale est "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension I've a feeling we're not in a Sandbox anymore
Téléchargez les fichiers d'extension I've a feeling we're not in a Sandbox anymore au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
URL Officiel | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Description | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Taille du Fichier | 16.93 KB |
Nombre d'Installations | 764 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-07-09 |
Date de Publication | 2015-07-09 |
Évaluation | 4.57/5 Total 7 Évaluations |
Développeur | https://www.limitexception.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |