Add To Traackr

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

Apa itu Add To Traackr?

Add To Traackr adalah ekstensi Chrome yang dikembangkan oleh https://traackr.com, dan fitur utamanya adalah "This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Add To Traackr

Unduh file ekstensi Add To Traackr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Add To Traackr Add To Traackr
ID fedlfkbhbllllpkekaajnklfemkkbmjk
URL Resmi https://chromewebstore.google.com/detail/add-to-traackr/fedlfkbhbllllpkekaajnklfemkkbmjk
Deskripsi This extension shows a grid of Influencers from the current page that you can add to your Traackr Account.
Ukuran File 93.34 KB
Jumlah Instalasi 84
Versi Saat Ini 0.5.9
Terakhir Diperbarui 2018-08-22
Tanggal Publikasi 2018-08-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://traackr.com
Tipe Pembayaran free
Situs Ekstensi https://addto.traackr.com/
Bahasa yang Didukung 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"
    }
}