IGCommentExport - extract comments to excel
Export Instagram Post / Reel / Video Comments in one click
IGCommentExport - extract comments to excel là gì?
IGCommentExport - extract comments to excel là một tiện ích mở rộng Chrome được phát triển bởi http://getwecomments.com, và tính năng chính của nó là "Export Instagram Post / Reel / Video Comments in one click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IGCommentExport - extract comments to excel
Tải xuống các tệp mở rộng IGCommentExport - extract comments to excel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Export instagram comments to excel and csv with one click! A smart tool for Instagram research or analysis, one click to export Instagram comments to csv and Excel. Which media types are supported to export? InstaCommentExport can export the comments of Instagram Post / Feed, Reel and Video page. How to export IG comments data? 1. Make sure login instagram.com first 2. Enter a Instagram post URL 3. Click the export button What columns you can export? #comment id #comment text #username #username id #profile url #profile pic url #date Data Privacy All data is processed in your local computer, it is never passing through our web server, no one knows what you exported. FAQ https://insta-comment-export.getwecomments.com Questions? Drop us a line at [email protected] Copyright notice: IGCommentPro was developed by WeComments Team. It is not affiliated with nor endorsed by Instagram Inc. Instagram™ is a trademark of Instagram Inc. All Instagram icons, images and copyrights are the property of Instagram Inc. Privacy Policy https://insta-comment-export.getwecomments.com/privacy.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | flkdkobpmfbeoljfhbllgihnpdegkkpp |
URL Chính Thức | https://chrome.google.com/webstore/detail/igcommentexport-extract-c/flkdkobpmfbeoljfhbllgihnpdegkkpp |
Mô tả | Export Instagram Post / Reel / Video Comments in one click |
Kích Thước Tệp | 1.07 MB |
Số Lần Cài Đặt | 375 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2022-07-31 |
Ngày Phát Hành | 2021-11-21 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://getwecomments.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://insta-comment-export.getwecomments.com |
URL Trang Chính Sách Bảo Mật | https://getwecomments.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "cookies", "storage", "identity" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "background": { "service_worker": "js\/background.js" }, "oauth2": { "client_id": "628184170891-peapes9cq3rcmv6q8r5c5ni7clso08d4.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv6OygX4vlE+3nTWPpBlRzT2AJsTmyPfEUlcufKIqe+FShxjVLA49UA9QS4g5CCpR3LvLSzKYskArPFACAt1QzalDhYcbnTFpvXAjAoFKqF48IEveLSk+5O\/AupjC6lmUe+UJ+QZKr1WaeJCagHJT1HMxHzV4N5fXQSBUPCnlV1PVkFXgPhibnUG1HDP5pBcLPWN\/zH9Z2CovQO2wXFjABvFlp2\/BaEbZLcVnDRLM5oHOAyZHu9htZY5VoP1b5oalWRRz5BPizDoTqB55\/c9ri40tvi99wsH4VAU+X\/rYzXli3BaSrdmFYAYP71GK4aDy\/2eeccV4lVCI0aFpKxnMhQIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "extension_ids": [ "flkdkobpmfbeoljfhbllgihnpdegkkpp" ] } ], "version": "1.1.7" } |