Email Finder by Moonkit.io

Discover people and emails behind any business website.

Email Finder by Moonkit.io란 무엇입니까?

Email Finder by Moonkit.io은(는) https://moonkit.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover people and emails behind any business website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Email Finder by Moonkit.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}