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

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

拡張機能の使用方法

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