Visible Email Scraper

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

Co je Visible Email Scraper?

Visible Email Scraper je rozšíření Chrome vyvinuté Jagadeesh Chundru, a jeho hlavní funkcí je „This tool is useful to scrape publicly available emails. Which is visible“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Visible Email Scraper

Stáhněte si soubory rozšíření Visible Email Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Visible Email Scraper Visible Email Scraper
ID cofbbkpeklnnmmfmioopmhagmjbfcccc
Oficiální URL https://chromewebstore.google.com/detail/visible-email-scraper/cofbbkpeklnnmmfmioopmhagmjbfcccc
Popis This tool is useful to scrape publicly available emails. Which is visible
Velikost souboru 13.49 KB
Počet instalací 12
Aktuální Verze 1.0
Poslední Aktualizace 2020-11-16
Datum Vydání 2020-11-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Jagadeesh Chundru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://jagadeeshchundru.com/visible-email-scraper/
URL Stránky Nápovědy https://jagadeeshchundru.com/contact/
URL Stránky Zásad Ochrany Soukromí https://jagadeeshchundru.com/privacy-policy
Podporované Jazyky 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
}