Engagement Rate Calculator
Free Instagram Engagement Rate Calculator
什么是Engagement Rate Calculator?
Engagement Rate Calculator是由https://onenought.one开发的Chrome扩展程序,该扩展的主要功能是“Free Instagram Engagement Rate Calculator”。
扩展截图
下载Engagement Rate Calculator扩展crx文件
下载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 |
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" ] } ] } |