Extract Emails

Extract Emails - Extract emails from any website automatically

什麼是Extract Emails?

Extract Emails是由Reveniux開發的Chrome擴展程式,該擴展的主要功能是“Extract Emails - Extract emails from any website automatically”。

擴展截圖

screenshot
screenshot
screenshot

下載Extract Emails擴展crx文件

下載Extract Emails擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extract emails from any website without any clicks

Just active the extension and start visiting the websites that you want to get emails / leads from them

Features:
* Extract emails from visited pages
* Auto Email search
* Export to Excel emails as XLSX format with proper data types

It's Completely FREE there is no LIMIT, what are you waiting for? try it NOW                    

擴展基本資訊

名稱 Extract Emails Extract Emails
ID kpkikpldnjgpchckjmmanbplhhmodlbf
官方網址 https://chromewebstore.google.com/detail/extract-emails/kpkikpldnjgpchckjmmanbplhhmodlbf
簡介 Extract Emails - Extract emails from any website automatically
檔案大小 740 KB
安裝次數 1,715
目前版本 1.3
更新時間 2022-07-26
上架時間 2022-06-11
評分 4.97/5 共 38 次評分
開發者 Reveniux
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://reveniux.com/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",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kpkikpldnjgpchckjmmanbplhhmodlbf",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "next.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.3",
    "manifest_version": 3
}