Salesforce Dynamic Tab Icon

Customize Salesforce FavIcon By Meaningful & Dynamic Values

ما هو Salesforce Dynamic Tab Icon؟

Salesforce Dynamic Tab Icon هو إضافة Chrome تم تطويرها بواسطة http://blog.cloudexult.com، والميزة الرئيسية لها هي "Customize Salesforce FavIcon By Meaningful & Dynamic Values".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Salesforce Dynamic Tab Icon

قم بتنزيل ملفات الامتداد Salesforce Dynamic Tab Icon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
}