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
官方網址 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
電子郵箱 [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'"
}