Influencer Analytics by KOL Radar
🏆 Influencer Analytics by KOL Radar! Get Instant influencer analysis while browsing.
Cos'è Influencer Analytics by KOL Radar?
Influencer Analytics by KOL Radar è un'estensione di Chrome sviluppata da KOL Radar, e la sua funzione principale è "🏆 Influencer Analytics by KOL Radar! Get Instant influencer analysis while browsing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Influencer Analytics by KOL Radar
Scarica i file di estensione Influencer Analytics by KOL Radar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Effortlessly Analyze Influencers Across 5 Social Media Platforms: - Instagram - Facebook - YouTube - TikTok - Twitter Instantly Access Influencer Data and Insights: - KOL Follower Analysis - Post Engagement Rate - Video View Rate - Influencer’s Primary Content Types - Discover Similar Influencers - Influencer Audiences Analysis - Sponsored Post Analysis - Average Post Interactions - Average Post Likes - Average Post Comments - Dive into Instagram Post Engagement Rates 4 Key Benefits of Using Influencer Analytics by KOL Radar! 1.Track Influencer Performance: Unlock Comprehensive Data and In-Depth Analysis. 2. Cross-Platform Insights: Save Time and Effort with One-Click Platform Switching. 3. Personalized Influencer Collection: Easily Manage Your Own Collaborator List. 4. In-Depth Influencer Insights: Access More Detailed Data on Influencer Analysis Page With a Single Click! Save Time and Effort! Find the perfect Influencers now! 🚀Get Started - Download Influencer Analytics by KOL Radar!
Informazioni di Base sull'Estensione
Nome | Influencer Analytics by KOL Radar |
ID | amjaoklkeffceamacmpblhhhfajdoihl |
URL Ufficiale | https://chromewebstore.google.com/detail/influencer-analytics-by-k/amjaoklkeffceamacmpblhhhfajdoihl |
Descrizione | 🏆 Influencer Analytics by KOL Radar! Get Instant influencer analysis while browsing. |
Dimensione del File | 3.76 MB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2024-02-06 |
Data di Pubblicazione | 2023-08-21 |
Valutazione | 4.88/5 Totale 33 Valutazioni |
Sviluppatore | KOL Radar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.kolradar.com/ |
URL della Pagina di Aiuto | https://www.kolradar.com/us/contact |
URL della Pagina della Politica sulla Privacy | https://www.kolradar.com/privacy |
Lingue Supportate | en,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.5.1", "permissions": [ "scripting", "activeTab", "cookies", "tabs", "webNavigation" ], "externally_connectable": { "matches": [ "https:\/\/*.kolradar.com\/*" ] }, "icons": { "16": "public\/icon-16.png", "32": "public\/icon-32.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_title": "" }, "background": { "service_worker": "src\/pages\/background\/index.js" }, "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/twitter.com\/*", "https:\/\/*.tiktok.com\/*", "https:\/\/*.kolradar.com\/*" ], "web_accessible_resources": [ { "resources": [ "*", "assets\/*" ], "matches": [ "https:\/\/*\/*" ] } ] } |