AZ Email Extractor

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

Что такое AZ Email Extractor?

AZ Email Extractor - это расширение Chrome, разработанное Extension Master, и его основная функция - "Simple email extractor extension for Chrome To extract all email ID's automatically from webpages.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AZ Email Extractor

Скачайте файлы расширений 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
Официальный URL 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"
    }
}