Email Scraper

Automatically Scrape Emails and Download them in Excel File

Что такое Email Scraper?

Email Scraper - это расширение Chrome, разработанное Hassan Raza, и его основная функция - "Automatically Scrape Emails and Download them in Excel File".

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

screenshot

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

Скачайте файлы расширений Email Scraper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Scrape Unlimited Emails Automatically and Download them in Excel File.

Enjoy Scraping!                    

Основная информация о расширении

Название Email Scraper Email Scraper
ID pfickflbfbmpobjaglfcfjcebifakiln
Официальный URL https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln
Описание Automatically Scrape Emails and Download them in Excel File
Размер файла 15.09 KB
Количество установок 214
Текущая Версия 1.0
Последнее Обновление 2020-08-20
Дата публикации 2020-08-20
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Hassan Raza
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Scraper",
    "version": "1.0",
    "description": "Automatically Scrape Emails and Download them in Excel File",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/email16.png",
            "32": "images\/email32.png",
            "48": "images\/email48.png",
            "128": "images\/email128.png"
        }
    },
    "icons": {
        "16": "images\/email16.png",
        "32": "images\/email32.png",
        "48": "images\/email48.png",
        "128": "images\/email128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}