Engagement Rate Calculator

Free Instagram Engagement Rate Calculator

Engagement Rate Calculatorคืออะไร?

Engagement Rate Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onenought.one และคุณลักษณะหลักของมันคือ "Free Instagram Engagement Rate Calculator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Engagement Rate Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Engagement Rate Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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