IGCommentExporter - Export IG Comments

One click to export Instagram Comments to Excel in CSV for analysis.

IGCommentExporter - Export IG Comments란 무엇입니까?

IGCommentExporter - Export IG Comments은(는) ToolMagic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click to export Instagram Comments to Excel in CSV for analysis."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IGCommentExporter - Export IG Comments 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IGCommentExporter is a powerful Instagram comment export tool that helps you export IG comments to a CSV file. The tool can also extract email addresses and phone numbers (if available) from the user who posted the comment, allowing you to identify potential leads, tailor your marketing campaigns, and gain deeper insights into your audience.

Features:
- Export UNLIMITED comments
- Extract email and phone number if available
- Save as CSV / Excel
- Export comments from multiple posts at the same time

What type of data can you export?
- User ID
- Username
- Full Name
- Comment ID
- Comment
- Comment Time
- Followers
- Following
- Posts
- Email
- Phone
- Is Verified
- Is Private
- Is Business
- Biography
- User Homepage
- Avatar URL

How to use IG Comment Exporter?
To use our IG Comment Export tool, simply add our extension to browser and create an account. Once you have signed in, you can input the IG post link and click the "Export" button. Your comments data will be exported to a CSV or Excel file, which you can then download to your computer.

Note:
- To protect your primary Instagram account from temporary restrictions, we highly recommend creating a separate account specifically for data exports. By keeping your data export activities separate from your main account, you can significantly reduce the chances of encountering any interruptions to your regular Instagram usage.
- IGCommentExporter follows a freemium model, enabling you to export up to 100 comments per post at no cost. If additional exports are required, consider upgrading to our premium version.

Data Privacy:
All data is processed on your local computer, never passing through our web servers. Your exports are confidential.

Frequently Asked Questions:
https://igcommentexporter.toolmagic.app/#faqs
Feel free to contact us if you have any other questions.

Disclaimer:
IGCommentExporter is a third-party extension designed to facilitate the export of Instagram comments, along with associated data, for enhanced analytics and management. This extension is not developed, endorsed, or officially affiliated with Instagram, Inc.                    

확장 프로그램 기본 정보

이름 IGCommentExporter - Export IG Comments IGCommentExporter - Export IG Comments
ID ehaaocefdhppmemaaeedemaokjooldgm
공식 URL https://chromewebstore.google.com/detail/igcommentexporter-export/ehaaocefdhppmemaaeedemaokjooldgm
설명 One click to export Instagram Comments to Excel in CSV for analysis.
파일 크기 456 KB
설치 횟수 288
현재 버전 0.2.0
최근 업데이트 2024-03-06
출시 날짜 2023-12-26
개발자 ToolMagic
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://igcommentexporter.toolmagic.app
개인정보 보호 정책 페이지 URL https://igcommentexporter.toolmagic.app/privacy
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "0.2.0",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "identity",
        "cookies",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/pages\/injected\/index.js",
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "641337700361-p41hg8sj349jvrcul18b7cg0l4ruluo1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}