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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}