Minelead

Find Emails and Generate Leads

什麼是Minelead?

Minelead是由https://minelead.io開發的Chrome擴展程式,該擴展的主要功能是“Find Emails and Generate Leads”。

擴展截圖

screenshot
screenshot

下載Minelead擴展crx文件

下載Minelead擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Cutting Edge Email Finder and Verifier, with Email scrapper for LinkedIn and more features for the best lead generation tool. find email for any company or website as you visit them. find out more at minelead.io.
Scrap anyone's email from LinkedIn profile                    

擴展基本資訊

名稱 Minelead Minelead
ID jclgalpipigchmkdbfakpdkghalppgbf
官方網址 https://chromewebstore.google.com/detail/minelead/jclgalpipigchmkdbfakpdkghalppgbf
簡介 Find Emails and Generate Leads
檔案大小 257 KB
安裝次數 1,112
目前版本 1.4.4
更新時間 2024-02-15
上架時間 2019-10-04
評分 5.00/5 共 3 次評分
開發者 https://minelead.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://minelead.io/extension
說明頁面URL https://minelead.io/contact-us
隱私政策頁面URL https://minelead.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minelead",
    "description": "Find Emails and Generate Leads",
    "version": "1.4.4",
    "icons": {
        "128": ".\/images\/icon-128px.png"
    },
    "action": {
        "default_icon": ".\/images\/icon-19px.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.minelead.io\/",
        "https:\/\/linkedin.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/linkedin.com\/*"
            ],
            "js": [
                "js\/linkedin.js"
            ]
        }
    ]
}