Salesforce Dynamic Tab Icon

Customize Salesforce FavIcon By Meaningful & Dynamic Values

Wat is Salesforce Dynamic Tab Icon?

Salesforce Dynamic Tab Icon is een Chrome-extensie ontwikkeld door http://blog.cloudexult.com, en de belangrijkste functie is "Customize Salesforce FavIcon By Meaningful & Dynamic Values".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Salesforce Dynamic Tab Icon

Download Salesforce Dynamic Tab Icon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Salesforce Dynamic Tab Icon Salesforce Dynamic Tab Icon
ID kdpgnbegjnbecnjmgijhpcniippongln
Officiële URL https://chrome.google.com/webstore/detail/salesforce-dynamic-tab-ic/kdpgnbegjnbecnjmgijhpcniippongln
Beschrijving Customize Salesforce FavIcon By Meaningful & Dynamic Values
Bestandsgrootte 355 KB
Aantal Installaties 18
Huidige Versie 0.2
Laatst Bijgewerkt 2017-04-02
Publicatiedatum 2017-04-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://blog.cloudexult.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://blog.cloudexult.com/terms-2
Ondersteunde Talen 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"
}