Influencer Engage

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

Vad är Influencer Engage?

Influencer Engage är en Chrome-tillägg utvecklad av https://influence.co, och dess huvudfunktion är "Turn the entire web into an influencer database using the influence.co chrome browser extension.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Influencer Engage-förlängningens CRX-fil

Ladda ner Influencer Engage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Influencer Engage Influencer Engage
ID nmemjibioknipghbmhpdgbblddmncanb
Officiell webbadress https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb
Beskrivning Turn the entire web into an influencer database using the influence.co chrome browser extension.
Filstorlek 180 KB
Antal Installationer 2,822
Aktuell Version 0.15
Senast Uppdaterad 2021-06-16
Publiceringsdatum 2018-01-21
Betyg 4.91/5 Totalt 11 Betyg
Utvecklare https://influence.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://influence.co
URL till Sekretesspolicy Sidan https://influence.co/go/privacy-policy
Stödda Språk 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\/"
    ]
}