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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |