Mine Emails

Mine Emails will instantly get a list of leads directly from Social Media Pages.

Mine Emailsคืออะไร?

Mine Emails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mineemails.com และคุณลักษณะหลักของมันคือ "Mine Emails will instantly get a list of leads directly from Social Media Pages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mine Emails

ดาวน์โหลดไฟล์ส่วนขยาย Mine Emails ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Mine Emails will instantly get a list of leads directly from Google and Social Media Pages and download them for your future use.

Mine Emails is an extension that automates the process of capturing leads and contact info through Google's powerful search engine to find a list of segmented potential customers.

Get the name, email and social media link of leads with accuracy up to 92% of search criteria.

Capture thousands of leads per minute by searching different social media networks or websites that contain public emails.

Find as many leads as your business needs, There's no limit. Mine Emails searches the depths of the internet to find the highest number of matches for your search keywords.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mine Emails Mine Emails
ID kiphecilofmcmfaknjadjecobbmgjbef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mine-emails/kiphecilofmcmfaknjadjecobbmgjbef
คำอธิบาย Mine Emails will instantly get a list of leads directly from Social Media Pages.
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.00.03
อัปเดตครั้งล่าสุด 2023-12-26
วันที่เผยแพร่ 2022-12-23
ผู้พัฒนา https://mineemails.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mine Emails",
    "description": "Mine Emails will instantly get a list of leads directly from Social Media Pages.",
    "default_locale": "en",
    "version": "1.00.03",
    "icons": {
        "16": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259613-small_icon.png",
        "48": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259682-medium_icon.png",
        "128": "images\/5e82703c568e944b9d22417d-Mine_Emails-1671800259716-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "Mine Emails",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/suggestqueries.google.com\/"
    ],
    "short_name": "ME"
}