Salesforce Dynamic Tab Icon
Customize Salesforce FavIcon By Meaningful & Dynamic Values
Salesforce Dynamic Tab Iconとは何ですか?
Salesforce Dynamic Tab Iconはhttp://blog.cloudexult.comによって開発されたChromeの拡張機能で、その主な機能は「Customize Salesforce FavIcon By Meaningful & Dynamic Values」です。
拡張機能のスクリーンショット
Salesforce Dynamic Tab Icon拡張機能のCRXファイルをダウンロード
Salesforce Dynamic Tab Icon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | kdpgnbegjnbecnjmgijhpcniippongln |
公式URL | https://chrome.google.com/webstore/detail/salesforce-dynamic-tab-ic/kdpgnbegjnbecnjmgijhpcniippongln |
説明 | Customize Salesforce FavIcon By Meaningful & Dynamic Values |
ファイルサイズ | 355 KB |
インストール数 | 18 |
現在のバージョン | 0.2 |
最終更新日 | 2017-04-02 |
公開日 | 2017-04-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://blog.cloudexult.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://blog.cloudexult.com/terms-2 |
対応言語 | 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" } |