Growman: IG Email Extractor

Growman enables you to extract Emails from IG based on followers/followings, locations, and hashtags.

Τι είναι το Growman: IG Email Extractor;

Το Growman: IG Email Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον automatismworks, και η κύρια λειτουργία του είναι "Growman enables you to extract Emails from IG based on followers/followings, locations, and hashtags.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Growman: IG Email Extractor

Λήψη αρχείων επέκτασης Growman: IG Email Extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        👋 Hi there! Looking to boost your business leads on Instagram? Look no further than Growman, the easy-to-use Instagram email scraper! With just a few clicks, you can effortlessly extract public email addresses from Instagram and save them to Excel xlsx files.

🚀 Here are some of our amazing features:
Extract followers and following from any public Instagram profile.
Extract based on hashtags or locations.
Extract profile data such as Emails, biography, follower count, following count, phone, address, and more!
Save your data in Xlsx format for easy access.

🛡️ Worried about security? Don't be! Growman does not ask for your Instagram password and does not store or transmit your data, including IG user information, visit history, posts, and social relationships.

🔒 However, please note that there is a certain risk that your account may be deactivated or blocked by Instagram when using the extension. We recommend controlling the frequency of your usage and using Growman at your own risk.

💬 Have questions or need support? Contact us at [email protected].

💰 Growman is a paid extension, but we also offer a free version that allows you to export the first 500 profiles from each extraction. Ready to take your Instagram business leads to the next level? Install Growman now!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Growman: IG Email Extractor Growman: IG Email Extractor
ID hndnabgpcmhdmaejoapophbidipmgnpb
Επίσημο URL https://chromewebstore.google.com/detail/growman-ig-email-extracto/hndnabgpcmhdmaejoapophbidipmgnpb
Περιγραφή Growman enables you to extract Emails from IG based on followers/followings, locations, and hashtags.
Μέγεθος Αρχείου 1.82 MB
Αριθμός Εγκαταστάσεων 71,011
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2022-03-02
Αξιολόγηση 4.14/5 Συνολικά 69 Αξιολογήσεις
Προγραμματιστής automatismworks
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://automatism.works/growman
Διεύθυνση URL της Σελίδας Βοήθειας https://automatism.works/growman/terms-of-use.html
URL της Σελίδας Πολιτικής Απορρήτου http://automatism.works/dtools/privacy-policy.html
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,pt-BR,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "2.1.1",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Growman",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/i.instagram.com\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "https:\/\/automatism.works\/"
    ]
}