Socialpeeks Influencer Analyzer
Own your influencer campaigns with Socialpeeks
Τι είναι το Socialpeeks Influencer Analyzer;
Το Socialpeeks Influencer Analyzer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://socialpeeks.com, και η κύρια λειτουργία του είναι "Own your influencer campaigns with Socialpeeks".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Socialpeeks Influencer Analyzer
Λήψη αρχείων επέκτασης Socialpeeks Influencer Analyzer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Instantly analyze any Instagram™ account! Find the best potential campaign influencers and save them to a campaign list. Get all the critical information you need to choose your best Instagram™ collaborators: • Engagement rates vs. industry averages • Instagram account type public vs. business vs. creator • Contact email address and location • History of top-performing posts • Previous “sponsored” posts • Save any influencer to your own campaign list • Collaborate with your team / client on any campaign Stop wasting time browsing Instagram™. Start looking at potential creators, influencers and ambassadors! 💹 Analyze ANY Account. 🖼 Evaluate Content. 💻 Connect with Influencers 100% free! Unlimited usage! Socialpeeks Influencer Analyzer is the ultimate tool for marketers working with Instagram™ influencers. Learn more at https://www.socialpeeks.com Instagram™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to Instagram™ or Facebook Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Socialpeeks Influencer Analyzer |
ID | mccgeoiagpeckpkenegmjjoaeeppdjld |
Επίσημο URL | https://chromewebstore.google.com/detail/socialpeeks-influencer-an/mccgeoiagpeckpkenegmjjoaeeppdjld |
Περιγραφή | Own your influencer campaigns with Socialpeeks |
Μέγεθος Αρχείου | 1.03 MB |
Αριθμός Εγκαταστάσεων | 1,294 |
Τρέχουσα Έκδοση | 0.0.32 |
Τελευταία Ενημέρωση | 2021-05-04 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://socialpeeks.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.socialpeeks.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.socialpeeks.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://members.socialpeeks.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Own your influencer campaigns with Socialpeeks", "version": "0.0.32", "manifest_version": 2, "name": "Socialpeeks Influencer Analyzer", "short_name": "Socialpeeks Influencer Analyzer", "options_page": "options.html", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_title": "Socialpeeks", "default_popup": "popup.html" }, "permissions": [ "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*", "*:\/\/localhost\/*", "*:\/\/local.host\/*", "*:\/\/*.socialpeeks.com\/*", "*:\/\/*.mixpanel.com\/*", "*:\/\/*.google-analytics.com\/*", "storage", "tabs", "declarativeContent" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "content.bundle.js" ] } ], "web_accessible_resources": [ "*" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/use.fontawesome.com https:\/\/cdn4.mxpnl.com 'unsafe-eval'; object-src 'self'", "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/local.host\/*" ] } } |