Influencer Engage

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

Wat is Influencer Engage?

Influencer Engage is een Chrome-extensie ontwikkeld door https://influence.co, en de belangrijkste functie is "Turn the entire web into an influencer database using the influence.co chrome browser extension.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Influencer Engage

Download Influencer Engage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Influencer Engage Influencer Engage
ID nmemjibioknipghbmhpdgbblddmncanb
Officiële URL https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb
Beschrijving Turn the entire web into an influencer database using the influence.co chrome browser extension.
Bestandsgrootte 180 KB
Aantal Installaties 2,822
Huidige Versie 0.15
Laatst Bijgewerkt 2021-06-16
Publicatiedatum 2018-01-21
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar https://influence.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://influence.co
URL van de Privacybeleid Pagina https://influence.co/go/privacy-policy
Ondersteunde Talen 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\/"
    ]
}