Email Extractor: Unlimited B2B Leads Finder

Email Extract: Extract Email Addresses from Domains, URLs, Visited Web Pages, Search Engine Result Websites. Best Leads Finder Tool

Co je Email Extractor: Unlimited B2B Leads Finder?

Email Extractor: Unlimited B2B Leads Finder je rozšíření Chrome vyvinuté https://www.oziku.tech, a jeho hlavní funkcí je „Email Extract: Extract Email Addresses from Domains, URLs, Visited Web Pages, Search Engine Result Websites. Best Leads Finder Tool“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Email Extractor: Unlimited B2B Leads Finder

Stáhněte si soubory rozšíření Email Extractor: Unlimited B2B Leads Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🚀🚀🚀 Embrace the power of Leads Genius, your definitive browser extension designed for seamless B2B Lead Emails harvesting from every nook and cranny of the web. Simply click and watch the magic as your lead generation process transforms, delivering high-quality leads with virtually no effort.

⌚💼🔍 Whether you're a marketer, sales professional, or a researcher, Leads Genius saves you invaluable time by automating the lead collection process. With a single click, you're set to harvest a rich cache of B2B Lead Emails swiftly!

🔍💻📩 Leads Genius is not just a tool; it's your strategic marketing ally, diligently ensuring every potential lead is captured and every sales opportunity is optimized.

🌟🌟🌟 Exclusive Features of Leads Genius:

1️⃣ Domain Specific Search: Enter a target website, and Leads Genius will meticulously crawl its pages, unearthing all the B2B lead emails present.

2️⃣ Bulk URL Extraction: Input a list of URLs and watch Leads Genius perform mass extraction. A user-friendly interface offers control to manage and halt the extraction as required.

3️⃣ Instant Email Extraction: Navigate any webpage and let Leads Genius do the heavy lifting. One click captures all emails available on the page.

4️⃣ Automated Webpage Visit and Extraction: Elevate your search engine results from Google, Bing, or Yahoo. Our auto-visit feature will comb through all the webpage links in the search results, ensuring exhaustive email extraction.

5️⃣ Timed Extraction: We value your browsing experience. A 5-second delay feature gives your browser adequate time to load pages effectively before extraction commences.

📁🗄️ Leads Genius Options Page: This is your command center, allowing you to view, copy, download (in txt or csv file format), or erase your extracted emails. Additionally, monitor the total count of gathered emails and even download the complete data in CSV or TXT format.

💰💡🔑 To utilize our extension, opt for a monthly or yearly subscription. This pricing structure supports our continuous efforts to refine and deliver stellar services to our esteemed users.

📨📨📨 Support Email: [email protected]
✉️ Translations are done via a translator; for incorrect translations, please contact us.
✉️ For bugs or feature requests, don't hesitate to email us.                    

Základní Informace o Rozšíření

Název Email Extractor: Unlimited B2B Leads Finder Email Extractor: Unlimited B2B Leads Finder
ID pmpnalogcfbifdfiabpfkoagegnmhpdj
Oficiální URL https://chromewebstore.google.com/detail/email-extractor-unlimited/pmpnalogcfbifdfiabpfkoagegnmhpdj
Popis Email Extract: Extract Email Addresses from Domains, URLs, Visited Web Pages, Search Engine Result Websites. Best Leads Finder Tool
Velikost souboru 630 KB
Počet instalací 1,310
Aktuální Verze 0.5.2
Poslední Aktualizace 2023-10-08
Datum Vydání 2021-11-07
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://www.oziku.tech
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://leads.oziku.tech/
URL Stránky Nápovědy https://leads.oziku.tech/
URL Stránky Zásad Ochrany Soukromí https://www.oziku.tech/privacy
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.2",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Oziku Technologies LLC",
    "default_locale": "en",
    "permissions": [
        "alarms",
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "assets\/logo\/logo_16.png",
        "32": "assets\/logo\/logo_32.png",
        "48": "assets\/logo\/logo_48.png",
        "128": "assets\/logo\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "ui\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "__MSG_ext_name__",
        "default_icon": {
            "16": "assets\/logo\/logo_16.png",
            "32": "assets\/logo\/logo_32.png",
            "48": "assets\/logo\/logo_48.png",
            "128": "assets\/logo\/logo_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "ui\/contentScript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/leads.oziku.tech\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo\/logo_128.png"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.bing.com\/*",
                "https:\/\/www.yahoo.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "response_header_rules",
                "enabled": true,
                "path": "assets\/rules\/response_header_rules.json"
            }
        ]
    }
}