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”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Salesforce Dynamic Tab Icon Salesforce Dynamic Tab Icon
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
电子邮箱 [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"
}