Visible Email Scraper
This tool is useful to scrape publicly available emails. Which is visible
Что такое Visible Email Scraper?
Visible Email Scraper - это расширение Chrome, разработанное Jagadeesh Chundru, и его основная функция - "This tool is useful to scrape publicly available emails. Which is visible".
Снимки экрана расширения
Скачать файл CRX расширения Visible Email Scraper
Скачайте файлы расширений Visible Email Scraper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
@ You can get emails from Search Engines, Social Media Platforms and from Others. Search query will play a big role to find your emails. We added few queries in screenshots. For more you can visit - https://jagadeeshchundru.com/visible-email-scraper/ We developed this tool to easy the workflow. So, please use this tool for good purpose. Don't spam others with bloody email's. Please be careful with GDPR, CCPA and related privacy policies.
Основная информация о расширении
Название | |
ID | cofbbkpeklnnmmfmioopmhagmjbfcccc |
Официальный URL | https://chromewebstore.google.com/detail/visible-email-scraper/cofbbkpeklnnmmfmioopmhagmjbfcccc |
Описание | This tool is useful to scrape publicly available emails. Which is visible |
Размер файла | 13.49 KB |
Количество установок | 12 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-11-16 |
Дата публикации | 2020-11-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Jagadeesh Chundru |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://jagadeeshchundru.com/visible-email-scraper/ |
URL страницы помощи | https://jagadeeshchundru.com/contact/ |
URL страницы политики конфиденциальности | https://jagadeeshchundru.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "visible email scraper background.js" ] }, "browser_action": { "default_icon": "visible email scraper - icon 128.png", "default_title": "Visible Email Scarper" }, "name": "Visible Email Scraper", "description": "This tool is useful to scrape publicly available emails. Which is visible", "homepage_url": "https:\/\/jagadeeshchundru.com\/visible-email-scraper\/", "icons": { "128": "visible email scraper - icon 128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0", "manifest_version": 2 } |