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
电子邮箱 [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"
}