Salesforce Trust Watch
Salesforce Trust Watch extension.
什麼是Salesforce Trust Watch?
Salesforce Trust Watch是由https://bithamster.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Salesforce Trust Watch extension.”。
擴展截圖
下載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 |
ID | jgeekocoklnidchaegoliljkfnnjemga |
官方網址 | 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" ] } |