AZ Email Extractor

Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.

什麼是AZ Email Extractor?

AZ Email Extractor是由Extension Master開發的Chrome擴展程式,該擴展的主要功能是“Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.”。

擴展截圖

screenshot
screenshot

下載AZ Email Extractor擴展crx文件

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

擴展使用說明

                        Email extractor extracts all the email ids from a webpage.

Email Extractor is a very useful email extraction extension for Chrome. Extension fetches email IDs from the web page and you can copy & paste email ids or export/download all of them to a text or CSV file.                    

擴展基本資訊

名稱 AZ Email Extractor AZ Email Extractor
ID aigmpdkhbheipeciefdmjecikekmgfij
官方網址 https://chromewebstore.google.com/detail/az-email-extractor/aigmpdkhbheipeciefdmjecikekmgfij
簡介 Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.
檔案大小 64.81 KB
安裝次數 1,102
目前版本 1.4.0
更新時間 2023-03-09
上架時間 2022-12-02
評分 3.86/5 共 7 次評分
開發者 Extension Master
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/az-email-extractor/privacy-policy
支援的語言 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,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_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/email16.png",
        "24": "\/icons\/email24.png",
        "32": "\/icons\/email32.png",
        "64": "\/icons\/email64.png",
        "124": "\/icons\/email124.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "AZ Email Extractor",
        "default_description": "Simple email extractor extension for Chrome To scrape all email ID's automatically from webpages."
    },
    "permissions": [
        "tabs",
        "gcm",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    }
}