Email Extractor

Extract email addresses from web pages you visit

Email Extractor란 무엇입니까?

Email Extractor은(는) braingainsoft - https://sourcingcertification.com/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract email addresses from web pages you visit"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Email Extractor finds and copies to clipboard valid email addresses from web pages a user visits.

To use:

Right-click on the extension icon to open an options window. You can select an execution mode and the resulting list options.

Execution Mode:

* In the "once" mode (default), when a user clicks the extension icon, the Extractor collects all emails from the active tab and copies them to the clipboard.

* In the 'background' mode, when a user clicks the extension icon, the Extractor starts collecting emails from web sites a user visits. When a user clicks the extension icon again, all collected emails are copied to the clipboard, and the collection process stops.

In both modes, all duplicate emails are collapsed into one.

Hovering over the extension icon shows a tooltip with a current mode. 
An indicator shows a number of emails collected: in black while the Extractor is collecting data, red when the collection is done.                    

확장 프로그램 기본 정보

이름 Email Extractor Email Extractor
ID naidmjmjlgpkbebchjabfjgcgjkgojbi
공식 URL https://chromewebstore.google.com/detail/email-extractor/naidmjmjlgpkbebchjabfjgcgjkgojbi
설명 Extract email addresses from web pages you visit
파일 크기 11.41 KB
설치 횟수 10,010
현재 버전 2.3
최근 업데이트 2023-01-24
출시 날짜 2020-06-11
평점 3.83/5 총 12 개의 평점
개발자 braingainsoft - https://sourcingcertification.com/
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1p026IkS94dLBVDpdivwF2hWPZUMEEAq7fk7DzJjbMok/edit?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Extractor",
    "description": "Extract email addresses from web pages you visit",
    "version": "2.3",
    "action": {
        "default_icon": "yellowenvelope.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "clipboardWrite",
        "scripting",
        "storage",
        "webNavigation"
    ]
}