Influencer Engage

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

Influencer Engage क्या है?

Influencer Engage https://influence.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn the entire web into an influencer database using the influence.co chrome browser extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Influencer Engage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Influencer Engage Influencer Engage
ID nmemjibioknipghbmhpdgbblddmncanb
आधिकारिक URL https://chromewebstore.google.com/detail/influencer-engage/nmemjibioknipghbmhpdgbblddmncanb
विवरण Turn the entire web into an influencer database using the influence.co chrome browser extension.
फ़ाइल का आकार 180 KB
स्थापना संख्या 2,822
वर्तमान संस्करण 0.15
अंतिम अपडेट 2021-06-16
प्रकाशन तिथि 2018-01-21
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर https://influence.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://influence.co
गोपनीयता नीति पृष्ठ URL https://influence.co/go/privacy-policy
समर्थित भाषाएँ 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\/"
    ]
}