Salesforce Trust Watch

Salesforce Trust Watch extension.

Salesforce Trust Watchとは何ですか?

Salesforce Trust Watchはhttps://bithamster.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Salesforce Trust Watch extension.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a Chrome extension for Salesforce developers / operators.
Periodically checks the Salesforce Trust API and Notify you by changing the icon if something goes wrong.
This is not an official chrome extension of Salesforce.

これは、Salesforceの開発者/オペレータ向けのChrome拡張機能です。
定期的にSalesforce Trust APIをチェックし、何か問題が発生した場合はアイコンを変えることであなたに通知します。
これはSalesforceの公式のChrome拡張機能ではありません。


1.1.0 UI re-written to SLDS basis. fixed minor bug.
1.0.1 fixed minor bug.                    

拡張機能の基本情報

名前 Salesforce Trust Watch Salesforce Trust Watch
ID jgeekocoklnidchaegoliljkfnnjemga
公式URL https://chromewebstore.google.com/detail/salesforce-trust-watch/jgeekocoklnidchaegoliljkfnnjemga
説明 Salesforce Trust Watch extension.
ファイルサイズ 3.15 MB
インストール数 32
現在のバージョン 1.1.0
最終更新日 2017-10-31
公開日 2017-10-31
開発者 https://bithamster.blogspot.com
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Trust Watch",
    "description": "Salesforce Trust Watch extension.",
    "version": "1.1.0",
    "icons": {
        "16": "app\/images\/icons\/logo_16.png",
        "48": "app\/images\/icons\/logo_48.png",
        "128": "app\/images\/icons\/logo_128.png"
    },
    "browser_action": {
        "default_icon": "app\/images\/icons\/healthy_19.png",
        "default_title": "Salesforce Trust Watch",
        "default_popup": "app\/pages\/main.html"
    },
    "options_page": "app\/pages\/options.html",
    "background": {
        "scripts": [
            "app\/js\/background.js",
            "app\/js\/moment-with-locales.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}