Engagement Calculator

Engagement Rate Calculator Extension

Co je Engagement Calculator?

Engagement Calculator je rozšíření Chrome vyvinuté https://2ta.io, a jeho hlavní funkcí je „Engagement Rate Calculator Extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Engagement Calculator

Stáhněte si soubory rozšíření Engagement Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Engagement Calculator Engagement Calculator
ID lemcedclfolaoionaochcachloflhhke
Oficiální URL https://chromewebstore.google.com/detail/engagement-calculator/lemcedclfolaoionaochcachloflhhke
Popis Engagement Rate Calculator Extension
Velikost souboru 619 KB
Počet instalací 66
Aktuální Verze 0.3.7
Poslední Aktualizace 2024-02-27
Datum Vydání 2022-11-28
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://2ta.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://2ta.io/
URL Stránky Zásad Ochrany Soukromí https://2ta.io/privacy-policy
Podporované Jazyky 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"
}