Email Lookup and Email Search by Webspotter

Find emails behind any website

Email Lookup and Email Search by Webspotter क्या है?

Email Lookup and Email Search by Webspotter webspotter.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find emails behind any website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Lookup and Email Search by Webspotter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Email Lookup and Email Search Chrome extension lets you uncover emails without much effort. Collect the contact data for your email and lead-generation campaigns.
Webspotter Email Lookup is a perfect alternative to email search software, services, and plugins such as Snov.io (Snovio) Email Finder, Hunter, GetProspect, BuiltWith, Email Extractor, WhatRuns, and RocketReach.
Here are some Webspotter benefits:
⌚ Save time by quickly finding any email address
📧 Receive verified and actual emails
📌 Copy emails to clipboard
This product will suit a wide range of professionals, helping them work more productively and quickly:
✓ Marketers can find contact information for thousands of potential leads, journalists, website owners, and bloggers.
New: 
* uncover links to Linkedin, Facebook, Instagram accounts
* view company information such as employees count, industry and location
* view email source                    

एक्सटेंशन की मूल जानकारी

नाम Email Lookup and Email Search by Webspotter Email Lookup and Email Search by Webspotter
ID gpbhhjnhdfmdjephhladopnjpelhmplc
आधिकारिक URL https://chromewebstore.google.com/detail/email-lookup-and-email-se/gpbhhjnhdfmdjephhladopnjpelhmplc
विवरण Find emails behind any website
फ़ाइल का आकार 646 KB
स्थापना संख्या 1,748
वर्तमान संस्करण 1.01
अंतिम अपडेट 2019-10-03
प्रकाशन तिथि 2019-10-02
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर webspotter.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webspotter.io
गोपनीयता नीति पृष्ठ URL https://webspotter.io/privacypolicy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Lookup and Email Search by Webspotter",
    "description": "Find emails behind any website",
    "version": "1.01",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/Components\/Helper\/Helper.js",
            "js\/Services\/HttpService\/HttpService.js",
            "js\/Components\/EmailFinder\/EmailFinder.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "http:\/\/*.webspotter.io\/*",
        "https:\/\/*.webspotter.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "css": [
                "css\/font-awesome.css",
                "css\/email-finder.css",
                "css\/popup.css",
                "css\/content.css"
            ],
            "js": [
                "js\/Components\/Helper\/Helper.js",
                "js\/Services\/HttpService\/HttpService.js",
                "js\/Components\/EmailFinder\/EmailFinder.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*"
    ]
}