Quantify - Influencer Marketing on Instagram
Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.
Quantify - Influencer Marketing on Instagramとは何ですか?
Quantify - Influencer Marketing on Instagramはhttps://home.woomio.comによって開発されたChromeの拡張機能で、その主な機能は「Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.」です。
拡張機能のスクリーンショット
Quantify - Influencer Marketing on Instagram拡張機能のCRXファイルをダウンロード
Quantify - Influencer Marketing on Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to gain insights into the performance and audience of any profile on Instagram, TikTok or YouTube. Use this tool to get analytics on what engages your audience and everyone else's, while getting to know your audience better. Find influencers, organize your Influencer Marketing campaigns using lists, contacts, forecasts, predictions and more. How it works: When visiting an Instagram profile, TikTok profile or a YouTube profile, a top bar will appear in the top of your browser. It is expandable, and presents in-depth analytics of the Instagram profile, TikTok profile or YouTube profile you are visiting. This enables you to find the best influencers for your campaign. Please make sure that you have 3rd party cookies enabled, as the extension will ask you to log in. Also, please make sure you log in with your work email. Features include: - Overview of any influencer's posts (+ ig stories soon) and their performance on Instagram, TikTok and YouTube - Detailed overview of any influencer's audience on Instagram (includes demography with age and gender, as well as geography with country/countries and city/cities - this works for TikTok and YouTube as well) - Comparing any influencer's performance to local peers and market averages on Instagram - Tagging and classification of influencers - Engagement analytics across any influencer's Instagram posts - Easy access to additional features on https://www.woomio.com/ (including Instagram stories) - Download IG stories - Manage and contact influencers - Audit / estimate fake followers on Instagram through our available data set - See who you actually reach - Find influencers that are optimal for your campaign Tightly integrated with Woomio's Media Kits, Influencer search/discovery and Influencer Lists, Quantify eases the search for the optimal influencer on Instagram, TikTok and YouTube. Currently supported social platforms: - Instagram posts (stories are downloadable) - YouTube videos - TikTok Released lately: - Audience support for YouTube and TikTok Coming soon: - Profile search on TikTok - Reach benchmarks - Actual reach - Support for Instagram stories insights (already available on woomio.com) - Support for Facebook - Support for blogs **Note: you must be logged in to Instagram to use Quantify. While Quantify is free on Instagram, you must have a (free) Woomio Businesses account too, to log in. Free Woomio Business accounts allow insights into Instagram stories, content creator search, reporting and more, so we strongly recommend you get one. Looking at Instagram audience costs credits - you'll get some for free when you sign up. All Instagram analytics are gotten from Woomio.com. Please reach out to [email protected] if you feel like you're in a painful situation. Woomio is an Influencer Marketing Software with campaign management capabilities that enables you to find the optimal influencers and content creators for your campaigns on social media. Quantify is developed by Woomio, and is not created by nor affiliated with Instagram, Facebook, TikTok or YouTube.
拡張機能の基本情報
名前 | Quantify - Influencer Marketing on Instagram |
ID | ndkijjglnhncbjlibklpbnlckkgjmnpk |
公式URL | https://chromewebstore.google.com/detail/quantify-influencer-marke/ndkijjglnhncbjlibklpbnlckkgjmnpk |
説明 | Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns. |
ファイルサイズ | 6.82 MB |
インストール数 | 5,000 |
現在のバージョン | 1.3.29 |
最終更新日 | 2024-02-28 |
公開日 | 2020-06-30 |
評価 | 3.86/5 合計 42 レビュー |
開発者 | https://home.woomio.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://home.woomio.com/ |
ヘルプページのURL | https://intercom.help/woomio/en/ |
プライバシーポリシーページのURL | https://www.woomio.com/static/terms.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quantify - Influencer Marketing on Instagram", "short_name": "Quantify", "description": "Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.", "version": "1.3.29", "manifest_version": 3, "permissions": [ "storage", "scripting", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.tiktok.com\/*" ], "js": [ "jquery-3.7.1.min.js", "main.js", "helpers.js" ], "run_at": "document_start", "css": [ "assets\/css\/font-awesome.min.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" } }, "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.tiktok.com\/*" ], "web_accessible_resources": [ { "resources": [ "icon_48.png", "icon_38.png", "logo.svg", "download.png", "assets\/fonts\/*", "assets\/img\/*", "builds\/*", "helpers.js" ], "matches": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.woomio.com\/*", "https:\/\/*.tiktok.com\/*" ] } ] } |