Salesforce Sandbox Version

Shows your salesforce sandbox version next to your sandbox host

Salesforce Sandbox Versionとは何ですか?

Salesforce Sandbox Versionはhttps://pcon.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Shows your salesforce sandbox version next to your sandbox host」です。

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

screenshot

Salesforce Sandbox Version拡張機能のCRXファイルをダウンロード

Salesforce Sandbox Version拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of having to manually look at what version your sandboxes are?  Well, let a computer do all that tedious work for you!  This extension will load an icon and alt text next to your instance name so you can see if the sandbox is a spring/summer/winter instance.                    

拡張機能の基本情報

名前 Salesforce Sandbox Version Salesforce Sandbox Version
ID lggmdcnfdkoogifabfihligfjinpaiom
公式URL https://chromewebstore.google.com/detail/salesforce-sandbox-versio/lggmdcnfdkoogifabfihligfjinpaiom
説明 Shows your salesforce sandbox version next to your sandbox host
ファイルサイズ 66.49 KB
インストール数 65
現在のバージョン 1.1.2
最終更新日 2019-05-31
公開日 2019-05-30
評価 4.00/5 合計 3 レビュー
開発者 https://pcon.github.io
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Sandbox Version",
    "short_name": "sandboxver",
    "version": "1.1.2",
    "description": "Shows your salesforce sandbox version next to your sandbox host",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": {
        "name": "Patrick Connelly",
        "email": "[email protected]",
        "url": "http:\/\/connelly.dev"
    },
    "permissions": [
        "https:\/\/*.salesforce.com\/07E*",
        "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/07E*",
                "https:\/\/*.force.com\/lightning\/setup\/DataManagementCreateTestInstance\/home"
            ],
            "js": [
                "jquery.min.js",
                "axios.min.js",
                "q.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}