Salesforce Dynamic Tab Icon

Customize Salesforce FavIcon By Meaningful & Dynamic Values

Cos'è Salesforce Dynamic Tab Icon?

Salesforce Dynamic Tab Icon è un'estensione di Chrome sviluppata da http://blog.cloudexult.com, e la sua funzione principale è "Customize Salesforce FavIcon By Meaningful & Dynamic Values".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Salesforce Dynamic Tab Icon

Scarica i file di estensione Salesforce Dynamic Tab Icon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Salesforce Dynamic Tab Icon: 

Highlight & Manipulate the Salesforce tab favicon with your most needed information by customized SOQL Query. Also customize your tab icon by choosing your favorite colored bubbles.                    

Informazioni di Base sull'Estensione

Nome Salesforce Dynamic Tab Icon Salesforce Dynamic Tab Icon
ID kdpgnbegjnbecnjmgijhpcniippongln
URL Ufficiale https://chrome.google.com/webstore/detail/salesforce-dynamic-tab-ic/kdpgnbegjnbecnjmgijhpcniippongln
Descrizione Customize Salesforce FavIcon By Meaningful & Dynamic Values
Dimensione del File 355 KB
Conteggio Installazioni 18
Versione Corrente 0.2
Ultimo Aggiornamento 2017-04-02
Data di Pubblicazione 2017-04-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://blog.cloudexult.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://blog.cloudexult.com/terms-2
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Dynamic Tab Icon",
    "short_name": "SF FavIcon Tab",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Customize Salesforce FavIcon By Meaningful & Dynamic Values",
    "icons": {
        "128": "img\/icons\/ce_128_1.png",
        "48": "img\/icons\/ce_32_1.png",
        "16": "img\/icons\/ce_16.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icons\/ce_16.png",
        "default_title": "SF Badge Tab",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistant": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/forcetk.js",
                "js\/tinycon.js",
                "js\/contentscript.js",
                "js\/options.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-3.1.1.min.map"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html"
}