Email Hunter

Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.

Email Hunter란 무엇입니까?

Email Hunter은(는) Alexander에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites."입니다.

확장 프로그램 스크린샷

screenshot

Email Hunter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Email Extractor is a time proven email grabber tool which helps collection emails. 
Email Hunter easily extracts email addresses from pages as you visit them and auto saves them all.
This chrome app finds email addresses scraping and searching source code and no matter what you see on the front.
The functions:
 - extract emails from visited pages
 - auto search
 - export collected emails to text file and copy to clipboard

Privacy Policy: https://docs.google.com/document/d/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA                    

확장 프로그램 기본 정보

이름 Email Hunter Email Hunter
ID mbindhfolmpijhodmgkloeeppmkhpmhc
공식 URL https://chromewebstore.google.com/detail/email-hunter/mbindhfolmpijhodmgkloeeppmkhpmhc
설명 Email Extractor tool that save time and efforts. Forget copying and pasting. It collects emails as you browse websites.
파일 크기 182 KB
설치 횟수 175,125
현재 버전 1.9
최근 업데이트 2023-10-25
출시 날짜 2020-05-13
평점 4.95/5 총 1702 개의 평점
개발자 Alexander
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/18F_ZZZlML8cE846l4gfPB81JUeLLMLTLtPZt5OsN2YA/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}