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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Add To Traackr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}