IGEmailScraper - Extract email leads from IG
A extension for Export Instagram Email to csv / excel, from follower / following / hashtag / location.
Τι είναι το IGEmailScraper - Extract email leads from IG;
Το IGEmailScraper - Extract email leads from IG είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον so ext, και η κύρια λειτουργία του είναι "A extension for Export Instagram Email to csv / excel, from follower / following / hashtag / location.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IGEmailScraper - Extract email leads from IG
Λήψη αρχείων επέκτασης IGEmailScraper - Extract email leads from IG σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A smart tool for Instagram research, marketing or analysis, one click to export Instagram user profile (Email, Phone number and etc) to CSV and Excel. IGEmailScraper can scrape public email and phone number 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 #CountryCode #City #Address #Is verified #Is Private #Is Business #External URL #Profile URL #Avatar URL #Biography #Category #Latitude #Longitude Data Privacy All data is processed in your local computer, it is never passing through our web server, no one knows what you exported. Questions? Drop us a line at [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bdkjpjblgghicmpohjfglffdoepfkioa |
Επίσημο URL | https://chrome.google.com/webstore/detail/igemailscraper-extract-em/bdkjpjblgghicmpohjfglffdoepfkioa |
Περιγραφή | A extension for Export Instagram Email to csv / excel, from follower / following / hashtag / location. |
Μέγεθος Αρχείου | 1.12 MB |
Αριθμός Εγκαταστάσεων | 194 |
Τρέχουσα Έκδοση | 1.1.7 |
Τελευταία Ενημέρωση | 2022-07-31 |
Ημερομηνία Δημοσίευσης | 2022-04-27 |
Προγραμματιστής | so ext |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://ig-email-scraper.pages.dev/privacy |
Υποστηριζόμενες Γλώσσες | 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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtndbLus5JgVs\/ne3NAEtCO3+shy2YkqwhFYm6m+twZJ4oJSdSaShnkQIIBnRXhbEQo0McCStfG+FCW4oae4T84dKUgZgxmvPPIHcjNtmxBz7Q5n6zf+ziTXcKRhj1MhJ0F4Nb\/5g9GQLNua0Fi9oJGZU4GaxSSt\/ORUe1HfIYp2+DWXfD+IQFcFODpTuanLJumahcXm\/vCrp\/c5KlnIxiHuXhDIIWeu8Haw8ox9BgrqNjKGvwgivLIW3R6frzYzV1brqMVSLtfcBvmpJlMTLzzoaG14sDNE207BnqVIJqWI6RMia1TAsYQBwfMr5C9fmVGzLLcsZm8bVQ+UHakMJNQIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "extension_ids": [ "enjkflimnefncojgfafapicdcjmaonkm" ] } ], "version": "1.1.7" } |