Email Finder by Moonkit.io

Discover people and emails behind any business website.

Email Finder by Moonkit.ioคืออะไร?

Email Finder by Moonkit.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moonkit.io และคุณลักษณะหลักของมันคือ "Discover people and emails behind any business website."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Finder by Moonkit.io

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

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

                        Email Finder by Moonkit.io allows you to rapidly analyze any business website and extract emails and other contact information.

The extension works together with our web app on https://moonkit.io where you can type in the domain or URL of a website you want to analyze.

The extension supercharges your browser with fast-browsing capabilities, natural language processing, AI and other algorithms that can help you gather leads for a cold outreach.

Extract information important for your B2B cold outreach:

* People
* Positions
* Emails
* Social accounts

Plus, it's free and unlimited!

Plus, it's private! No account registration, no information about you or your browser is being collected.                    

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

ชื่อ Email Finder by Moonkit.io Email Finder by Moonkit.io
ID kefolodokcbmfmahemphcjfpebidclbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-finder-by-moonkitio/kefolodokcbmfmahemphcjfpebidclbo
คำอธิบาย Discover people and emails behind any business website.
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 483
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2020-06-17
วันที่เผยแพร่ 2020-06-17
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://moonkit.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://moonkit.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder by Moonkit.io",
    "description": "Discover people and emails behind any business website.",
    "version": "1.0.6",
    "author": "Andy Forda",
    "icons": {
        "16": "email-finder-16.png",
        "48": "email-finder-48.png",
        "128": "email-finder-128.png"
    },
    "browser_action": {
        "default_icon": "browser-action.png",
        "name": "Go to Moonkit.io"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "distance.js",
                "browser_helpers.js",
                "content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "profiling.css"
            ],
            "js": [
                "profiling.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/src.moonkit.io http:\/\/localhost; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.moonkit.io\/*",
            "https:\/\/moonkit.io\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "permissions": [
        "https:\/\/moonkit.io\/*",
        "https:\/\/app.moonkit.io\/*",
        "tabs"
    ]
}