AZ Email Extractor

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

What is AZ Email Extractor?

AZ Email Extractor is a Chrome extension developed by Extension Master, and its main feature is "Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.".

Extension Screenshots

screenshot
screenshot

Download AZ Email Extractor Extension CRX File

Download AZ Email Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AZ Email Extractor AZ Email Extractor
ID aigmpdkhbheipeciefdmjecikekmgfij
Official URL https://chromewebstore.google.com/detail/az-email-extractor/aigmpdkhbheipeciefdmjecikekmgfij
Description Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.
File Size 64.81 KB
Installation Count 1,102
Current Version 1.4.0
Last Updated 2023-03-09
Publish Date 2022-12-02
Rating 3.86/5 Total 7 Ratings
Developer Extension Master
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/az-email-extractor/privacy-policy
Supported Languages 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"
    }
}