Influencer Engage

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

Τι είναι το Influencer Engage;

Το Influencer Engage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://influence.co, και η κύρια λειτουργία του είναι "Turn the entire web into an influencer database using the influence.co chrome browser extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Influencer Engage

Λήψη αρχείων επέκτασης Influencer Engage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/"
    ]
}