Influencer Engage

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

Cos'è Influencer Engage?

Influencer Engage è un'estensione di Chrome sviluppata da https://influence.co, e la sua funzione principale è "Turn the entire web into an influencer database using the influence.co chrome browser extension.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Influencer Engage

Scarica i file di estensione Influencer Engage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Influencer Engage Influencer Engage
ID nmemjibioknipghbmhpdgbblddmncanb
URL Ufficiale https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb
Descrizione Turn the entire web into an influencer database using the influence.co chrome browser extension.
Dimensione del File 180 KB
Conteggio Installazioni 2,822
Versione Corrente 0.15
Ultimo Aggiornamento 2021-06-16
Data di Pubblicazione 2018-01-21
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore https://influence.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://influence.co
URL della Pagina della Politica sulla Privacy https://influence.co/go/privacy-policy
Lingue Supportate 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\/"
    ]
}