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」です。

拡張機能のスクリーンショット

screenshot

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 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
}