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
Что такое I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore - это расширение Chrome, разработанное https://www.limitexception.com, и его основная функция - "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Снимки экрана расширения
Скачать файл CRX расширения I've a feeling we're not in a Sandbox anymore
Скачайте файлы расширений I've a feeling we're not in a Sandbox anymore в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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).
Основная информация о расширении
Название | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
Официальный URL | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Описание | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Размер файла | 16.93 KB |
Количество установок | 764 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-07-09 |
Дата публикации | 2015-07-09 |
Рейтинг | 4.57/5 Всего 7 оценок |
Разработчик | https://www.limitexception.com |
Тип оплаты | free |
Поддерживаемые языки | 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 } |