IG Lead Generator

A smart business lead tool, Extracts emails from Instagram followers, following, hashtag, liker, commenter and location.

Что такое IG Lead Generator?

IG Lead Generator - это расширение Chrome, разработанное suhanisachdevaa, и его основная функция - "A smart business lead tool, Extracts emails from Instagram followers, following, hashtag, liker, commenter and location.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения IG Lead Generator

Скачайте файлы расширений IG Lead Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This Extension by SoLetsTalkDigital (also known as “SO”) it is tool that automatically extracts public email addresses from IG and exports them to csv files, helping you to expand your business leads.

How does IG Lead Generator Work?

1. Scrape followers and following of any user from IG.
2. Scrape publisher from any hashtag and location on IG.
3. Scrape the likers and commenters of any post from IG.
4. Extract profile data including emails, biographies, number of followers, number of following , phone numbers, addresses, etc.
5. Automatic elimination of duplicate emails.
6. Export data to CSV files.

NOTE: You might have less results than shown members due privacy settings of those people.

We charge an affordable yearly and lifetime price to give you unlimited access to the extension without any hidden fees. The subscription plans require payment that is processed by Razorpay.
If you like this chrome extension, consider sharing your review with us. Your support will help us make this extension more robust.

For any issues related to the IG Lead Generator, feel free to reach out to us on [email protected].

DISCLAIMER: 
The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:

SoLetsTalkDigital privacy policy: 
https://soletstalkapp.com/privacy
Razorpay privacy policy:https://razorpay.com/privacy/                    

Основная информация о расширении

Название IG Lead Generator IG Lead Generator
ID dmoedclocbhgocogliehfieppdebappk
Официальный URL https://chromewebstore.google.com/detail/ig-lead-generator/dmoedclocbhgocogliehfieppdebappk
Описание A smart business lead tool, Extracts emails from Instagram followers, following, hashtag, liker, commenter and location.
Размер файла 717 KB
Количество установок 219
Текущая Версия 1.0.0
Последнее Обновление 2022-07-27
Дата публикации 2022-07-26
Разработчик suhanisachdevaa
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://soletstalkapp.com
URL страницы помощи https://soletstalkapp.com/contact
URL страницы политики конфиденциальности http://digitalrubix.com/privacy-policy-2
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/soletstalkapp.com",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "oauth2": {
        "client_id": "822420326057-m93k691553m6m1lj3l5jn2r40qjcg7rs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.0"
}