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是由https://www.limitexception.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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). 擴展基本資訊
| 名稱 | |
| ID | kagabgbcemdhfgefjnnpfnhfpednebbk |
| 官方網址 | 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
} | |