Add To Traackr

This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.

ما هو Add To Traackr؟

Add To Traackr هو إضافة Chrome تم تطويرها بواسطة https://traackr.com، والميزة الرئيسية لها هي "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Add To Traackr

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

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

                        This extension lets you add people to your Traackr account from anywhere on the web (including social networks, blogs, social listening platforms and more).                    

معلومات أساسية عن التمديد

الاسم Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
الوصف This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
حجم الملف 93.34 KB
عدد التثبيتات 84
النسخة الحالية 0.5.9
آخر تحديث 2018-08-22
تاريخ النشر 2018-08-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://traackr.com
نوع الدفع free
موقع الإضافة https://addto.traackr.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add To Traackr",
    "description": "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.",
    "version": "0.5.9",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/main.js",
        "\/main.js.map"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.twitter.com\/"
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    }
}