Email Finder by Anymailfinder

One-Click email from Linkedin profile.

Email Finder by Anymailfinderとは何ですか?

Email Finder by Anymailfinderはhttps://anymailfinder.comによって開発されたChromeの拡張機能で、その主な機能は「One-Click email from Linkedin profile.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Email Finder by Anymailfinder拡張機能のCRXファイルをダウンロード

Email Finder by Anymailfinder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Looking for an easy and effective way to find email addresses from LinkedIn profile? The Anymail Finder Chrome Extension has you covered!


3 Simple Features You’ll Love

1. 🚀 Extract individual LinkedIn profile emails

For example, search for Bill gates and you’ll see a Get Email button next to his profile picture. Click that to get his email address.

2. 🚀 Build email lists at lighting speed

For example, search for “CEO” and Linkedin shows you hundreds of pages of CEOs. Choose how many leads you want to auto-capture emails from and hit START.

3. 🚀 Works everywhere

Extract emails from any LinkedIn page (including Sales Navigator) and any other website.


Within the extension we provide the same core benefits that our customers have always loved: 🤑 pay only for verified emails.                    

拡張機能の基本情報

名前 Email Finder by Anymailfinder Email Finder by Anymailfinder
ID jejkgijkhbdnekbbdonkikkfdmlfmdol
公式URL https://chromewebstore.google.com/detail/email-finder-by-anymailfi/jejkgijkhbdnekbbdonkikkfdmlfmdol
説明 One-Click email from Linkedin profile.
ファイルサイズ 250 KB
インストール数 6,529
現在のバージョン 3.0.34
最終更新日 2024-02-11
公開日 2021-10-01
評価 3.95/5 合計 38 レビュー
開発者 https://anymailfinder.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://anymailfinder.com/
ヘルプページのURL https://help.anymailfinder.com/en/
プライバシーポリシーページのURL https://anymailfinder.com/legal
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "dist\/popup\/index.html",
        "default_icon": {
            "16": "\/images\/icons\/icon_16_dark.png",
            "32": "\/images\/icons\/icon_32_dark.png",
            "48": "\/images\/icons\/icon_48_dark.png",
            "128": "\/images\/icons\/icon_128_dark.png"
        }
    },
    "background": {
        "service_worker": "dist\/background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "dist\/content-linkedin\/index.css"
            ],
            "js": [
                "dist\/content-linkedin\/index.js"
            ]
        }
    ],
    "description": "One-Click email from Linkedin profile.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.anymailfinder.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.anymailfinder.com\/",
        "http:\/\/localhost\/"
    ],
    "icons": {
        "16": "\/images\/icons\/icon_16_dark.png",
        "32": "\/images\/icons\/icon_32_dark.png",
        "48": "\/images\/icons\/icon_48_dark.png",
        "128": "\/images\/icons\/icon_128_dark.png"
    },
    "manifest_version": 3,
    "name": "Email Finder by Anymailfinder",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "3.0.34",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*"
            ]
        }
    ]
}