SocialFinder

App to analyse and add Instagram Influencers to Socialkyte.

SocialFinderとは何ですか?

SocialFinderはhttps://socialkyte.comによって開発されたChromeの拡張機能で、その主な機能は「App to analyse and add Instagram Influencers to Socialkyte.」です。

拡張機能のスクリーンショット

screenshot

SocialFinder拡張機能のCRXファイルをダウンロード

SocialFinder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Through this web plug-in, users can view statistics of an Instagram influencer's social media presence, activity and engagement. 

Moreover, users who are registered on our website will be able to update their campaign's footprint through this plugin and keep their campaign report up to date. For this purpose, the user will be asked to log in on www.socialkyte.com and update the campaign from their campaign dashboard. 

The distribution of this version of the chrome plug-in is meant for any and all users for free. 

This is demonstrated by the video shown on https://youtu.be/NyvtkYtUsgI

Step-by-step procedure of how to use the plugin:
1. Open chrome browser
2. Navigate to www.instagram.com
3. Navigate to any profile of your choice. E.g., www.instagram.com/socialkyte
4. Launch chrome extension "SocialFinder"
5. Check all the updated details
6. To view past collaborations click on any profile tag or search

Some of the metrics that we calculate to enable transparent decision making include a comparative analysis of engagement, likes, comments and hashtags recent collaborations (if any @ tags are present) by reading a public Instagram profile.

Version 3.3 update:
- bug fixes
- new metric average reel views added                    

拡張機能の基本情報

名前 SocialFinder SocialFinder
ID amphplekinfpgliliekhpamijfjjeihp
公式URL https://chromewebstore.google.com/detail/socialfinder/amphplekinfpgliliekhpamijfjjeihp
説明 App to analyse and add Instagram Influencers to Socialkyte.
ファイルサイズ 286 KB
インストール数 54
現在のバージョン 3.3
最終更新日 2023-01-24
公開日 2022-03-28
評価 4.50/5 合計 4 レビュー
開発者 https://socialkyte.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.socialkyte.com
ヘルプページのURL https://www.socialkyte.com/
プライバシーポリシーページのURL https://www.socialkyte.com/privacy_policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SocialFinder",
    "version": "3.3",
    "description": "App to analyse and add Instagram Influencers to Socialkyte.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.instagram.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/staging.socialkyte.com\/*",
                "https:\/\/socialkyte.com\/*",
                "",
                "http:\/\/localhost:8000\/*",
                "http:\/\/*\/campaigns\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "iconn.png",
        "default_popup": "popup.html",
        "default_title": "Social Finder"
    }
}