Salesforce Dynamic Tab Icon
Customize Salesforce FavIcon By Meaningful & Dynamic Values
What is Salesforce Dynamic Tab Icon?
Salesforce Dynamic Tab Icon is a Chrome extension developed by http://blog.cloudexult.com, and its main feature is "Customize Salesforce FavIcon By Meaningful & Dynamic Values".
Extension Screenshots
Download Salesforce Dynamic Tab Icon Extension CRX File
Download Salesforce Dynamic Tab Icon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kdpgnbegjnbecnjmgijhpcniippongln |
Official URL | https://chrome.google.com/webstore/detail/salesforce-dynamic-tab-ic/kdpgnbegjnbecnjmgijhpcniippongln |
Description | Customize Salesforce FavIcon By Meaningful & Dynamic Values |
File Size | 355 KB |
Installation Count | 18 |
Current Version | 0.2 |
Last Updated | 2017-04-02 |
Publish Date | 2017-04-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://blog.cloudexult.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://blog.cloudexult.com/terms-2 |
Supported Languages | 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" } |