Visible Email Scraper

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

Hvad er Visible Email Scraper?

Visible Email Scraper er en Chrome-udvidelse udviklet af Jagadeesh Chundru, og dens hovedfunktion er "This tool is useful to scrape publicly available emails. Which is visible".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Visible Email Scraper-udvidelses-CRX-fil

Download Visible Email Scraper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Visible Email Scraper Visible Email Scraper
ID cofbbkpeklnnmmfmioopmhagmjbfcccc
Officiel URL https://chromewebstore.google.com/detail/visible-email-scraper/cofbbkpeklnnmmfmioopmhagmjbfcccc
Beskrivelse This tool is useful to scrape publicly available emails. Which is visible
Filstørrelse 13.49 KB
Antal Installationer 12
Nuværende Version 1.0
Senest Opdateret 2020-11-16
Udgivelsesdato 2020-11-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Jagadeesh Chundru
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://jagadeeshchundru.com/visible-email-scraper/
Hjælpeside-URL https://jagadeeshchundru.com/contact/
URL til Fortrolighedspolitik Side https://jagadeeshchundru.com/privacy-policy
Understøttede Sprog 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
}