Engagement Calculator

Engagement Rate Calculator Extension

Engagement Calculatorとは何ですか?

Engagement Calculatorはhttps://2ta.ioによって開発されたChromeの拡張機能で、その主な機能は「Engagement Rate Calculator Extension」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Engagement Calculator — is a free tool designed for professionals in influencer marketing. It facilitates marketing analysts in gaining deeper insights into Instagram bloggers, aiding in the selection of more effective influencers for advertising campaigns.

How to Use:
1. Sign in to Instagram.
2. Open the developer tools by right-clicking on the Instagram page and selecting "Inspect".
3. Find the "Engagement Calculator" panel among other tabs such as Elements..
4. Click on the "Engagement Calculator" tab.
5. Open any Instagram profile.

Basic Features:
    ● Followers: Total number of followers.
    ● Posts: Total number of posts.
    ● Followings: Number of accounts followed by the blogger.
    ● Tagged: Bloggers tagged by the influencer.
    ● Hashtags: Most commonly used hashtags.
    ● Category: Blogger's niche or category.

Reels:
    ● Quantity of Reels: Total number of Reels posted.
    ● Max views: Maximum views on a single Reel.
    ● Average views: Average views per Reel.
    ● Min views: Minimum views on a single Reel.
    ● ER: Average engagement rate for Reels.

Videos:
    ● Quantity of videos: Total number of videos posted.
    ● Max views: Maximum views on a single video.
    ● Average views: Average views per video.
    ● Min views: Minimum views on a single video.
    ● ER: Average engagement rate for videos.

Post Statistics:
    ● Max likes: Maximum likes on a single post from the last 12 posts.
    ● Average likes: Average likes per post from the last 12 posts.
    ● Min likes: Minimum likes on a single post from the last 12 posts.
    ● ER: Average engagement rate per post from the last 12 posts.

    ● Max comments: Maximum comments on a single post from the last 12 posts.
    ● Average comments: Average comments per post from the last 12 posts.
    ● Min comments: Minimum comments on a single post from the last 12 posts.

    ● Post Geography: Cities where the posts were published.

Advanced Features:
    ● Gender
    ● Age
    ● Interests
    ● Similar Bloggers
    ● Advanced Analysis

Rate Us:
If you find Engagement Calculator helpful, please share it with your friends by sharing a link to https://2ta.io/

Reach Us:
For bug reports or feature requests, please contact us directly at [email protected]. 
More information about plugin usage can be found at https://2ta.io/blog/tools/free-tool-for-instagram-bloggers-analyzing                    

拡張機能の基本情報

名前 Engagement Calculator Engagement Calculator
ID lemcedclfolaoionaochcachloflhhke
公式URL https://chromewebstore.google.com/detail/engagement-calculator/lemcedclfolaoionaochcachloflhhke
説明 Engagement Rate Calculator Extension
ファイルサイズ 619 KB
インストール数 66
現在のバージョン 0.3.7
最終更新日 2024-02-27
公開日 2022-11-28
評価 5.00/5 合計 5 レビュー
開発者 https://2ta.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://2ta.io/
プライバシーポリシーページのURL https://2ta.io/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Engagement Calculator",
    "author": "[email protected]",
    "homepage_url": "https:\/\/2ta.io\/",
    "description": "Engagement Rate Calculator Extension",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "devtools_page": "devtools_entrypoint.html",
    "action": {
        "default_title": "Engagement Calculator",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.3.7"
}