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
What is I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore is a Chrome extension developed by https://www.limitexception.com, and its main feature is "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Extension Screenshots
Download I've a feeling we're not in a Sandbox anymore Extension CRX File
Download I've a feeling we're not in a Sandbox anymore extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
Official URL | 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 |
File Size | 16.93 KB |
Installation Count | 764 |
Current Version | 1.0 |
Last Updated | 2015-07-09 |
Publish Date | 2015-07-09 |
Rating | 4.57/5 Total 7 Ratings |
Developer | https://www.limitexception.com |
Payment Type | free |
Supported Languages | 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 } |