Salesforce Trust Watch

Salesforce Trust Watch extension.

O que é Salesforce Trust Watch?

Salesforce Trust Watch é uma extensão do Chrome desenvolvida por https://bithamster.blogspot.com, e sua principal característica é "Salesforce Trust Watch extension.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Salesforce Trust Watch

Baixe arquivos de extensão Salesforce Trust Watch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Salesforce Trust Watch Salesforce Trust Watch
ID jgeekocoklnidchaegoliljkfnnjemga
URL Oficial https://chromewebstore.google.com/detail/salesforce-trust-watch/jgeekocoklnidchaegoliljkfnnjemga
Descrição Salesforce Trust Watch extension.
Tamanho do Arquivo 3.15 MB
Contagem de Instalações 32
Versão Atual 1.1.0
Última Atualização 2017-10-31
Data de Publicação 2017-10-31
Desenvolvedor https://bithamster.blogspot.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}