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
Apa itu I've a feeling we're not in a Sandbox anymore?
I've a feeling we're not in a Sandbox anymore adalah ekstensi Chrome yang dikembangkan oleh https://www.limitexception.com, dan fitur utamanya adalah "Warns you that you are in a production instance of Salesforce with a noticable yellow banner".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi I've a feeling we're not in a Sandbox anymore
Unduh file ekstensi I've a feeling we're not in a Sandbox anymore dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | I've a feeling we're not in a Sandbox anymore |
ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
URL Resmi | https://chromewebstore.google.com/detail/ive-a-feeling-were-not-in/kagabgbcemdhfgefjnnpfnhfpednebbk |
Deskripsi | Warns you that you are in a production instance of Salesforce with a noticable yellow banner |
Ukuran File | 16.93 KB |
Jumlah Instalasi | 764 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-07-09 |
Tanggal Publikasi | 2015-07-09 |
Penilaian | 4.57/5 Total 7 Penilaian |
Pengembang | https://www.limitexception.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |