Engagement Rate Calculator

Free Instagram Engagement Rate Calculator

Engagement Rate Calculator क्या है?

Engagement Rate Calculator https://onenought.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free Instagram Engagement Rate Calculator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Engagement Rate Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Free Instagram Engagement Rate Calculator provided by One Nought One calculates the active engagement rate of a business or creator profile on Instagram in real-time.  It also displays the average category rate to understand better and help cross-reference actual data within your industry or sector for competitive analysis.
 
Unlike other similar tools available on store, using this extension is completely free, and there are no hidden charges, limits or even signup required.

How does it work?

The Active Engagement Rate is calculated from the mean average for all interactions and inversely proportional to the number of followers in your account from the last 12 posts or posts published within the previous 28 days, whichever has the minimum count for establishing recency.

An Average Category Rate is calculated by collating the data of Top 100 accounts in a particular category and by summing their active engagement rate sustained over 90 days. And this includes all the 1550+ Categories of Instagram                    

एक्सटेंशन की मूल जानकारी

नाम Engagement Rate Calculator Engagement Rate Calculator
ID iondhdepklibfmfnnkdbpjpjjpngjjkp
आधिकारिक URL https://chromewebstore.google.com/detail/engagement-rate-calculato/iondhdepklibfmfnnkdbpjpjjpngjjkp
विवरण Free Instagram Engagement Rate Calculator
फ़ाइल का आकार 281 KB
स्थापना संख्या 5,937
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2022-11-09
प्रकाशन तिथि 2021-10-10
रेटिंग 4.00/5 कुल 24 रेटिंग्स
डेवलपर https://onenought.one
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.onenought.one/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Engagement Rate Calculator"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Free Instagram Engagement Rate Calculator",
    "host_permissions": [
        "http:\/\/127.0.0.1:5000\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Engagement Rate Calculator",
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "content.js",
                "interceptor.js",
                "instagram.bundle.js"
            ]
        }
    ]
}