InsFo - IG follower export & analysis tool
Export Instagram Follower/Following/Comment/Tag/Location and Analyze.
InsFo - IG follower export & analysis tool란 무엇입니까?
InsFo - IG follower export & analysis tool은(는) https://www.listmore.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export Instagram Follower/Following/Comment/Tag/Location and Analyze."입니다.
확장 프로그램 스크린샷
InsFo - IG follower export & analysis tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
InsFo elevates your Instagram marketing and analytics to the next level by enabling the export of Instagram followers or following lists into a CSV/Excel file. Now with added functionality to analyze follower data, InsFo can identify ghost followers and pinpoint the most valuable targets for marketing efforts. 🚀 Key Features: Export millions of records in minutes. Advanced analytics capability to analyze follower data. Identify ghost followers to optimize your engagement strategy. Pinpoint high-value followers for targeted marketing campaigns. 🔍 How It Works: Utilizes Instagram's official API for secure data export. Free users can export the first 500 records effortlessly. Premium users enjoy unlimited export capabilities. 🔒 Usage Policy: No password required for enhanced security. All data is processed locally, ensuring confidentiality and privacy. Your exported data remains private - your secret is safe with us.
확장 프로그램 기본 정보
이름 | InsFo - IG follower export & analysis tool |
ID | bckleejkdhlponanidmjfjdigpahlado |
공식 URL | https://chromewebstore.google.com/detail/insfo-ig-follower-export/bckleejkdhlponanidmjfjdigpahlado |
설명 | Export Instagram Follower/Following/Comment/Tag/Location and Analyze. |
파일 크기 | 895 KB |
설치 횟수 | 9,657 |
현재 버전 | 4.6.12 |
최근 업데이트 | 2024-02-02 |
출시 날짜 | 2021-07-25 |
평점 | 4.27/5 총 41 개의 평점 |
개발자 | https://www.listmore.info |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.listmore.info/ |
도움말 페이지 URL | https://www.listmore.info/faq?ext_name=InsFo&from=webstore |
개인정보 보호 정책 페이지 URL | https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InsFo - IG follower export & analysis tool", "version": "4.6.12", "description": "Export Instagram Follower\/Following\/Comment\/Tag\/Location and Analyze.", "action": { "default_icon": ".\/assets\/icon-128.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-16.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "storage", "activeTab", "cookies", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.listmore.info\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*?ext=F&cmd=export&uuid=*" ], "js": [ "dist\/exportPanel\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/exportPanel\/style.css", "assets\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |