Findymail - Email Finder & Scraper

Find anyone's email in seconds & export from your favorite prospecting platforms

Findymail - Email Finder & Scraperคืออะไร?

Findymail - Email Finder & Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://findymail.com และคุณลักษณะหลักของมันคือ "Find anyone's email in seconds & export from your favorite prospecting platforms"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Findymail - Email Finder & Scraper

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

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

                        The most accurate B2B email finder for sales, period.

Use Findymail for Chrome to scrape SN & find emails from the largest profesionnal networks in seconds.

★ Get started

Findymail for Chrome requires an account you can create immediately after the installation. You'll get 10 free credits and can upgrade your account for more.

By installing the extension, you agree to Findymail's Privacy Policy (https://findymail.com/privacy-policy). 

Any question? Drop us a line at [email protected]!                    

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

ชื่อ Findymail - Email Finder & Scraper Findymail - Email Finder & Scraper
ID ichmnigkjinmjedillldopaolidofben
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/findymail-email-finder-sc/ichmnigkjinmjedillldopaolidofben
คำอธิบาย Find anyone's email in seconds & export from your favorite prospecting platforms
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 0.88
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2022-06-06
คะแนน 4.81/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://findymail.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.findymail.com
URL หน้าช่วยเหลือ https://help.findymail.com
URL หน้านโยบายความเป็นส่วนตัว https://www.findymail.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Findymail - Email Finder & Scraper",
    "description": "Find anyone's email in seconds & export from your favorite prospecting platforms",
    "version": "0.88",
    "author": "Findymail",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Findymail",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "linkedin.js"
            ],
            "css": [
                "widget.css"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/sales\/*",
                "https:\/\/*.linkedin.com\/recruiter\/*",
                "https:\/\/*.linkedin.com\/search\/*",
                "https:\/\/www.linkedin.com\/posts\/*"
            ]
        },
        {
            "js": [
                "apollo.js"
            ],
            "css": [
                "widget.css"
            ],
            "matches": [
                "https:\/\/app.apollo.io\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "linkedin_profile.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/sales\/lead\/*"
            ],
            "js": [
                "salesnav_profile.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.crunchbase.com\/person\/*"
            ],
            "js": [
                "crunchbase.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.findymail.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.findymail.com\/*",
        "http:\/\/localhost\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "components\/*",
                "images\/*",
                "icons\/*",
                "pages\/*",
                "salesnav_inject.js",
                "apollo_inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}