Email Finder

An Email Finder Extension which helps you get CEO Email quicker

Email Finder là gì?

Email Finder là một tiện ích mở rộng Chrome được phát triển bởi thomas, và tính năng chính của nó là "An Email Finder Extension which helps you get CEO Email quicker".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Email 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

                        You can identify emails based off of a website using this extension                    

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

Tên Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
URL Chính Thức https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
Mô tả An Email Finder Extension which helps you get CEO Email quicker
Kích Thước Tệp 50.64 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2020-04-20
Ngày Phát Hành 2020-04-17
Nhà Phát Triển thomas
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "version": "1.11",
    "description": "An Email Finder Extension which helps you get CEO Email quicker",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.js",
                "js\/script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.4.1\/js\/bootstrap.bundle.min.js; object-src 'self' ",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}