Engagement Calculator

Engagement Rate Calculator Extension

Cos'è Engagement Calculator?

Engagement Calculator è un'estensione di Chrome sviluppata da https://2ta.io, e la sua funzione principale è "Engagement Rate Calculator Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Engagement Calculator

Scarica i file di estensione Engagement Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Engagement Calculator Engagement Calculator
ID lemcedclfolaoionaochcachloflhhke
URL Ufficiale https://chromewebstore.google.com/detail/engagement-calculator/lemcedclfolaoionaochcachloflhhke
Descrizione Engagement Rate Calculator Extension
Dimensione del File 619 KB
Conteggio Installazioni 66
Versione Corrente 0.3.7
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2022-11-28
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://2ta.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://2ta.io/
URL della Pagina della Politica sulla Privacy https://2ta.io/privacy-policy
Lingue Supportate 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"
}