URL Opener and EMAIL Extractor

"URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…

URL Opener and EMAIL Extractor란 무엇입니까?

URL Opener and EMAIL Extractor은(는) https://efinder.top에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 ""URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

URL Opener and EMAIL Extractor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media  information within web pages and can export the results as CSV files. Here's how to use it:

1 Click on the extension and enter the URLs.
2 Click "Confirm" to automatically open the specified URLs.
3 Press the Ctrl + Enter keyboard shortcut will automatically collect information such as Email, Social media links.(Use the slider to confirm if the page will automatically close after gathering information).
4 If there's no information you want to save in the opened page, press the ESC key to automatically close the current page.
5 Click “preview” to view the collected information.
6 Click "Download" to automatically download the saved information.


Version 1.1.2
Fix macOS keyboard shortcuts bug                    

확장 프로그램 기본 정보

이름 URL Opener and EMAIL Extractor URL Opener and EMAIL Extractor
ID nledegbmhffdcenmgjlmljchkdofamho
공식 URL https://chromewebstore.google.com/detail/url-opener-and-email-extr/nledegbmhffdcenmgjlmljchkdofamho
설명 "URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…
파일 크기 9.45 KB
설치 횟수 446
현재 버전 1.1.2
최근 업데이트 2023-08-28
출시 날짜 2023-04-01
평점 5.00/5 총 7 개의 평점
개발자 https://efinder.top
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://efinder.top#FAQ
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Opener and EMAIL Extractor",
    "version": "1.1.2",
    "action": {
        "default_title": "URL Opener and EMAIL Extractor",
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}