Turbo Email Extractor

Extract emails from all web pages

Turbo Email Extractor란 무엇입니까?

Turbo Email Extractor은(는) hubext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract emails from all web pages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tubro Email Extractor is a powerful email extraction extension for Chrome. 

Tubro Email Extractor automatically searches valid emails from the web page, you can copy paste particular emails you need or export all of them to a CSV file. 

Tubro Email Extractor extension find email addresses on pages you visit. Auto mode automates search for emails on urls.

Tubro Email Extractor 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.
Features:
 * Extract emails from visited pages
 * Auto save all pages emails
 * Export collected emails to CSV file and copy to clipboard                    

확장 프로그램 기본 정보

이름 Turbo Email Extractor Turbo Email Extractor
ID omnbdiakakjaieidemehlfmcpmbgdfga
공식 URL https://chromewebstore.google.com/detail/turbo-email-extractor/omnbdiakakjaieidemehlfmcpmbgdfga
설명 Extract emails from all web pages
파일 크기 326 KB
설치 횟수 45
현재 버전 1.1
최근 업데이트 2022-09-13
출시 날짜 2022-08-05
평점 5.00/5 총 3 개의 평점
개발자 hubext
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vTsGSOw5sj_-E7ENvfOM1ThP9TwT-nA8Ar-NWUigltGThFvbP0GXLmRb-b-mfBn_7SkWJD-PjAFpEkf/pub
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Turbo Email Extractor",
    "description": "Extract emails from all web pages",
    "version": "1.1",
    "icons": {
        "16": "icons\/ic_16.png",
        "48": "icons\/ic_48.png",
        "128": "icons\/ic_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "background",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/ic_16.png",
        "default_title": "Turbo Email Extractor",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScripts.js"
            ],
            "css": [
                "css\/contentScripts.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}