Email Scraper

Best tool for extract any website emails

Email Scraper란 무엇입니까?

Email Scraper은(는) http://email-scraper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best tool for extract any website emails"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Best Email Extractor
Give yourself the luxury of extracting emails without doing anything.
## Intro

Email Scraper is a powerful email extracting extension. It allows you to export email data from any website to a file in csv format.

## Traits
Export from any website emails
Export the selected emails
Delete the selected emails
Delete duplicate emails
Save emails to local storage
Auto search emails on Google - Yahoo - Bing

# It's free?

Yes, Email Scraper is free. You can get basic functionality and upgrade to get more functionality.

# Data confidentiality
All email data is processed in your local computer, it never goes through our web server, no one knows what you have discarded.

Questions? Write to us at the email address: [email protected] or directly on our site from this link https://email.scraper.com/contact

privacy policy
https://email-scraper.com/security-policy                    

확장 프로그램 기본 정보

이름 Email Scraper Email Scraper
ID ocpenochjbainpeihdgnocgjicfeajhg
공식 URL https://chrome.google.com/webstore/detail/email-scraper/ocpenochjbainpeihdgnocgjicfeajhg
설명 Best tool for extract any website emails
파일 크기 337 KB
설치 횟수 62
현재 버전 1.0.0
최근 업데이트 2021-05-02
출시 날짜 2021-05-02
평점 4.25/5 총 4 개의 평점
개발자 http://email-scraper.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://email-scraper.com/
도움말 페이지 URL https://email-scraper.com/contact
개인정보 보호 정책 페이지 URL https://email-scraper.com/security-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Scraper",
    "version": "1.0.0",
    "description": "Best tool for extract any website emails",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/logo.png",
            "24": "img\/logo.png",
            "32": "img\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'"
}