Influencer insights for Instagram & YouTube
Best insights tool for Instagram & YouTube influencers to use for your Influencer Marketing Campaigns, brought to you by Winkl
Influencer insights for Instagram & YouTubeとは何ですか?
Influencer insights for Instagram & YouTubeはThe Good Creator Co.によって開発されたChromeの拡張機能で、その主な機能は「Best insights tool for Instagram & YouTube influencers to use for your Influencer Marketing Campaigns, brought to you by Winkl」です。
拡張機能のスクリーンショット
Influencer insights for Instagram & YouTube拡張機能のCRXファイルをダウンロード
Influencer insights for Instagram & YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Best insights tool for Instagram & YouTube influencers to use for your Influencer Marketing Campaigns,
brought to you by Winkl – India’s leading technology powered influencer marketing
platform.
Winkl insights lets you find insights of Instagram & YouTube influencers within seconds.
It gives you the following insights for Instagram –
1. No. of followers
2. Average likes per post
3. Engagement rate
4. Average comments per post
5. Average reach per post
6. Total posts
7. Average views per video
8. Ratio of likes to comments
9. Ratio to photos to videos
10. Ratio of followers to following
11. Top hashtags used
12. Top content and posts
It gives you the following insights for YouTube - 
1. Total Views
2. Average Views
3. Average Video Length
4. Videos in last 30 days
5. Total Videos
6. Top Content
7. Top Keywords used
How to use Winkl Insights –
1. Go to insights.winkl.co or install the chrome extension
2. Go to any the profile of any Instagram influencer
3. On the right, you will see an option called “view insights”
4. Click on this and you will be able to access insights of Instagram influencers
Want to run your influencer marketing campaigns?
Winkl helps brands like Flipkart, Amazon, Cure.fit etc. run highly scalable influencer
marketing campaigns using data and technology. Reach out to us on [email protected] if
you need help with running your own campaigns.
Who all can use Winkl Insights –
Winkl Insights is useful if you are a branding agency, marketing agency, digital marketing
agency, PR firm or a brand who is looking to run their own influencer marketing campaigns.
Helpful links -
Winkl website – www.winkl.co
Winkl Insights – www.insights.winkl.co
Winkl blog – www.influencermarketing.winkl.co
Winkl on Instagram – www.instagram.com/winklapp
Winkl on LinkedIn - www.linkedin.com/company/13268027                     拡張機能の基本情報
| 名前 |   |  
| ID | hcghganppfkplebfebpdnnihcjmjefep | 
| 公式URL | https://chromewebstore.google.com/detail/influencer-insights-for-i/hcghganppfkplebfebpdnnihcjmjefep | 
| 説明 | Best insights tool for Instagram & YouTube influencers to use for your Influencer Marketing Campaigns, brought to you by Winkl | 
| ファイルサイズ | 262 KB | 
| インストール数 | 5,613 | 
| 現在のバージョン | 7.3.0 | 
| 最終更新日 | 2023-12-18 | 
| 公開日 | 2020-07-22 | 
| 評価 | 3.92/5 合計 13 レビュー | 
| 開発者 | The Good Creator Co. | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://winkl.co | 
| ヘルプページのURL | https://winkl.co/support | 
| プライバシーポリシーページのURL | https://goodcreator.co/privacy-policy | 
| 対応言語 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Influencer insights for Instagram & YouTube",
    "version": "7.3.0",
    "description": "Best insights tool for Instagram & YouTube influencers to use for your Influencer Marketing Campaigns, brought to you by Winkl",
    "action": [],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/suite.goodcreator.co\/*",
                "https:\/\/stage.suite.goodcreator.co\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/import-main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.svg"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/suite.goodcreator.co\/*",
                "https:\/\/stage.suite.goodcreator.co\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/suite.goodcreator.co\/*",
                "https:\/\/stage.suite.goodcreator.co\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}  |  |