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
官方網址 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"
            }
        ]
    }
}