Influencer Engage

Turn the entire web into an influencer database using the influence.co chrome browser extension.

Apa itu Influencer Engage?

Influencer Engage adalah ekstensi Chrome yang dikembangkan oleh https://influence.co, dan fitur utamanya adalah "Turn the entire web into an influencer database using the influence.co chrome browser extension.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Influencer Engage

Unduh file ekstensi Influencer Engage 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

                        Turn the entire web into an influencer database using the influence.co chrome browser extension. Anytime an influencer’s Instagram or Twitter accounts appear on a webpage, the browser extension’s icon will change to inform you that there are matches in the influence.co database.                    

Informasi Dasar Ekstensi

Nama Influencer Engage Influencer Engage
ID nmemjibioknipghbmhpdgbblddmncanb
URL Resmi https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb
Deskripsi Turn the entire web into an influencer database using the influence.co chrome browser extension.
Ukuran File 180 KB
Jumlah Instalasi 2,822
Versi Saat Ini 0.15
Terakhir Diperbarui 2021-06-16
Tanggal Publikasi 2018-01-21
Penilaian 4.91/5 Total 11 Penilaian
Pengembang https://influence.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://influence.co
URL Halaman Kebijakan Privasi https://influence.co/go/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Influencer Engage",
    "description": "Turn the entire web into an influencer database using the influence.co chrome browser extension.",
    "version": "0.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "inpage.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon-color.png"
    },
    "browser_action": {
        "default_icon": "icon-bw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/influence.co\/"
    ]
}