IGEmailScraper - Scrape Instagram Email

Export Instagram email to csv / excel, from follower / following / hashtag / location.

IGEmailScraper - Scrape Instagram Email là gì?

IGEmailScraper - Scrape Instagram Email 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 email to csv / excel, from follower / following / hashtag / location.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IGEmailScraper - Scrape Instagram Email

Tải xuống các tệp mở rộng IGEmailScraper - Scrape Instagram Email 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

                        A smart tool for Instagram research, marketing or analysis, one click to export Instagram user profile (Email, Phone and etc) to csv and Excel.

IGEmailScraper can scrape public email and phone from Instagram user followers, following, hashtags and location place.

How to export IG email data?
1. Make sure login instagram.com first
2. Select which type should scrape, includes followers, following, hashtags and location
2. Enter a Instagram user name, hashtag name or location ID
3. Click the export button

What columns you can export?
#User ID
#Username
#Fullname
#Followers
#Followings
#Posts
#Tags
#Email
#Phone
#City
#Address
#Is verified
#Is Private
#Is Business
#External URL
#Profile URL
#Avatar URL
#Biography

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://ig-email-scraper.getwecomments.com

Questions? Drop us a line at [email protected]

Copyright notice:
IGEmailScraper 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://ig-email-scraper.getwecomments.com/privacy.html                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IGEmailScraper - Scrape Instagram Email IGEmailScraper - Scrape Instagram Email
ID enjkflimnefncojgfafapicdcjmaonkm
URL Chính Thức https://chrome.google.com/webstore/detail/igemailscraper-scrape-ins/enjkflimnefncojgfafapicdcjmaonkm
Mô tả Export Instagram email to csv / excel, from follower / following / hashtag / location.
Kích Thước Tệp 333 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-03-10
Ngày Phát Hành 2021-12-24
Nhà Phát Triển http://getwecomments.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ig-email-scraper.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-2ttd30enaobkon640b3b7uv2cn2t03l9.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA97lr5evN\/S\/SVijnSRwnHV57hfaZSD4bGruTKMWYOvTi6wqpGPVF1s6CW6uWVF4Pq39dtLVbW2DagFtfrMq7jjLwz7bE\/IZ\/W+BPGRDE5+HYOKqkxvGqG+oyKwvTF2vxq+dfW8BaUS1qD3xtlWrZNS3BOiO9u\/BzNPzaVqlBlwAn++76jlNMOJj7sdsvcRceVkkHoUL8NEHmkfiUB25kb46UQaFw0N42bNSiWMzjVE\/icvn0per+BwWcQGiWhHd2lfe\/4WyvR0UrqJtWm6eC4CorAflj8xojl5dKbTBEPj1T1SOb23GJUajmeV\/ZQLIUVAWOh6NSgdSpA03CkPUjwwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "extension_ids": [
                "enjkflimnefncojgfafapicdcjmaonkm"
            ]
        }
    ],
    "version": "1.1.1"
}