Influencer Engage

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

Qu'est-ce que Influencer Engage ?

Influencer Engage est une extension Chrome développée par https://influence.co, et sa fonction principale est "Turn the entire web into an influencer database using the influence.co chrome browser extension.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Influencer Engage

Téléchargez les fichiers d'extension Influencer Engage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Influencer Engage Influencer Engage
ID nmemjibioknipghbmhpdgbblddmncanb
URL Officiel https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb
Description Turn the entire web into an influencer database using the influence.co chrome browser extension.
Taille du Fichier 180 KB
Nombre d'Installations 2,822
Version Actuelle 0.15
Dernière Mise à Jour 2021-06-16
Date de Publication 2018-01-21
Évaluation 4.91/5 Total 11 Évaluations
Développeur https://influence.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://influence.co
URL de la Page de Politique de Confidentialité https://influence.co/go/privacy-policy
Langues Prises en Charge 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\/"
    ]
}