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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find emails behind any website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Email Lookup and Email Search by Webspotter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*.*"
    ]
}