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é es I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore es una extensión de Chrome desarrollada por https://www.limitexception.com, y su función principal es "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión I've a feeling we're not in a Sandbox anymore
Descarga archivos de extensión I've a feeling we're not in a Sandbox anymore en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
URL Oficial | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Descripción | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Tamaño del Archivo | 16.93 KB |
Cantidad de Instalaciones | 764 |
Versión Actual | 1.0 |
Última Actualización | 2015-07-09 |
Fecha de Publicación | 2015-07-09 |
Calificación | 4.57/5 Total de 7 Calificaciones |
Desarrollador | https://www.limitexception.com |
Tipo de Pago | free |
Idiomas Soportados | 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 } |