Visible Email Scraper

This tool is useful to scrape publicly available emails. Which is visible

Co to jest Visible Email Scraper?

Visible Email Scraper to rozszerzenie Chrome opracowane przez Jagadeesh Chundru, a jego główną funkcją jest „This tool is useful to scrape publicly available emails. Which is visible”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Visible Email Scraper

Pobierz pliki rozszerzeń Visible Email Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        @ 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Visible Email Scraper Visible Email Scraper
ID cofbbkpeklnnmmfmioopmhagmjbfcccc
Oficjalny URL https://chromewebstore.google.com/detail/visible-email-scraper/cofbbkpeklnnmmfmioopmhagmjbfcccc
Opis This tool is useful to scrape publicly available emails. Which is visible
Rozmiar pliku 13.49 KB
Liczba instalacji 12
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-11-16
Data Publikacji 2020-11-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Jagadeesh Chundru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jagadeeshchundru.com/visible-email-scraper/
Adres URL Strony Pomocy https://jagadeeshchundru.com/contact/
Adres URL Strony Polityki Prywatności https://jagadeeshchundru.com/privacy-policy
Obsługiwane Języki 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
}