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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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). معلومات أساسية عن التمديد
| الاسم | |
| 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
} | |