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).
扩展基本信息
名称 | 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 } |