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
Co to jest I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore to rozszerzenie Chrome opracowane przez https://www.limitexception.com, a jego główną funkcją jest „Warns you that you are in a production instance of Salesforce with a noticable yellow banner”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia I've a feeling we're not in a Sandbox anymore
Pobierz pliki rozszerzeń I've a feeling we're not in a Sandbox anymore w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
Oficjalny URL | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Opis | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Rozmiar pliku | 16.93 KB |
Liczba instalacji | 764 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-07-09 |
Data Publikacji | 2015-07-09 |
Ocena | 4.57/5 Łącznie 7 Oceny |
Deweloper | https://www.limitexception.com |
Typ Płatności | free |
Obsługiwane Języki | 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 } |