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ファイルをダウンロード

URL Opener and EMAIL Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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
Eメール [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"
            ]
        }
    ]
}