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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |