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
O que é I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore é uma extensão do Chrome desenvolvida por https://www.limitexception.com, e sua principal característica é "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão I've a feeling we're not in a Sandbox anymore
Baixe arquivos de extensão I've a feeling we're not in a Sandbox anymore no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | 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 |
Descrição | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Tamanho do Arquivo | 16.93 KB |
Contagem de Instalações | 764 |
Versão Atual | 1.0 |
Última Atualização | 2015-07-09 |
Data de Publicação | 2015-07-09 |
Classificação | 4.57/5 Total de 7 Avaliações |
Desenvolvedor | https://www.limitexception.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |