Emails Finder

Emails Finder allows you to find automatically email addresses on a web page.

Emails Finder란 무엇입니까?

Emails Finder은(는) http://emailsfinder.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Emails Finder allows you to find automatically email addresses on a web page."입니다.

확장 프로그램 스크린샷

screenshot

Emails Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find email addresses from Linkedin profiles, Wordpress blogs or any websites.
This is an easy to use and super powerful email extractor for Google Chrome.


✓ Find any email, event obfuscated ones with formats like elon.musk (at) tesla.com !

✓ Automate email scraping with our Automation feature, allowing you to find email addresses from a list of URLs

✓ Export email addresses to Excel and text format                    

확장 프로그램 기본 정보

이름 Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
공식 URL https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
설명 Emails Finder allows you to find automatically email addresses on a web page.
파일 크기 2.56 MB
설치 횟수 47
현재 버전 0.2.15
최근 업데이트 2020-07-27
출시 날짜 2020-07-27
평점 3.00/5 총 2 개의 평점
개발자 http://emailsfinder.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://emailsfinder.app
도움말 페이지 URL https://emailsfinder.app/guide
개인정보 보호 정책 페이지 URL https://www.emailsfinder.app/terms
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "downloads",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.15",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}