Emails Finder

Emails Finder allows you to find automatically email addresses on a web page.

Emails Finder là gì?

Emails Finder là một tiện ích mở rộng Chrome được phát triển bởi http://emailsfinder.app, và tính năng chính của nó là "Emails Finder allows you to find automatically email addresses on a web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emails Finder

Tải xuống các tệp mở rộng Emails Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
URL Chính Thức https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
Mô tả Emails Finder allows you to find automatically email addresses on a web page.
Kích Thước Tệp 2.56 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.2.15
Cập Nhật Lần Cuối 2020-07-27
Ngày Phát Hành 2020-07-27
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://emailsfinder.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://emailsfinder.app
URL Trang Trợ Giúp https://emailsfinder.app/guide
URL Trang Chính Sách Bảo Mật https://www.emailsfinder.app/terms
Ngôn Ngữ Được Hỗ Trợ 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'"
}