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

什么是Email Extractor: Unlimited B2B Leads Finder?

Email Extractor: Unlimited B2B Leads Finder是由https://www.oziku.tech开发的Chrome扩展程序,该扩展的主要功能是“Email Extract: Extract Email Addresses from Domains, URLs, Visited Web Pages, Search Engine Result Websites. Best Leads Finder Tool”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Email Extractor: Unlimited B2B Leads Finder扩展crx文件

下载Email Extractor: Unlimited B2B Leads Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🚀🚀🚀 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.                    

扩展基本信息

名称 Email Extractor: Unlimited B2B Leads Finder Email Extractor: Unlimited B2B Leads Finder
ID pmpnalogcfbifdfiabpfkoagegnmhpdj
官方URL https://chromewebstore.google.com/detail/email-extractor-unlimited/pmpnalogcfbifdfiabpfkoagegnmhpdj
简介 Email Extract: Extract Email Addresses from Domains, URLs, Visited Web Pages, Search Engine Result Websites. Best Leads Finder Tool
文件大小 630 KB
安装次数 1,310
当前版本 0.5.2
更新时间 2023-10-08
上架时间 2021-11-07
评分 4.00/5 共4次评分
开发者 https://www.oziku.tech
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://leads.oziku.tech/
帮助页面URL https://leads.oziku.tech/
隐私政策页面URL https://www.oziku.tech/privacy
支持的语言 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"
            }
        ]
    }
}