Phone and Email Finder by Nymeria

Easily find a person's email address, phone number and social links with one click.

Phone and Email Finder by Nymeria là gì?

Phone and Email Finder by Nymeria là một tiện ích mở rộng Chrome được phát triển bởi https://nymeria.io, và tính năng chính của nó là "Easily find a person's email address, phone number and social links with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Phone and Email Finder by Nymeria

Tải xuống các tệp mở rộng Phone and Email Finder by Nymeria dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With Nymeria's phone and email finder you can find prospective leads' contact information, organize leads within folders and share folders with your teammates. 

Our email finder has a higher match rate for personal and work email addresses when compared to alternatives like Contact Out, ZoomInfo, Apollo, Lusha and Seekout.

Nymeria also features a built-in people search, bulk enrichment, email verifier and more. 

✓ Save countless hours by locating email addresses and phone numbers for prospects on popular professional networks like LinkedIn, X (Twitter), Facebook and Github.

✓ Source leads and contact information using our custom people search database featuring over 811 million unique people from all over the world.

✓ Bulk enrich spreadsheets with phone numbers, email addresses and social links in seconds. 

✓ Works alongside other popular phone and email address finders. 

Nymeria is a great phone and email finder for all types of professionals. It makes things just easier for many people:

- Recruiters and sourcers can save time and reach hard-to-contact candidates.
- Sales teams can do better prospecting and market analysis.
- Marketers can find and connect with anyone. 
- Developers can leverage Nymeria's API to power their own applications.

Before using our browser extension be sure to read and agree our Privacy Policy https://www.nymeria.io/privacy-policy

Nymeria strives to keep its extension permissions to the bare minimum and optional when feasible. Here's an overview of our browser extension permissions:

1."activeTab" - is used by our extension whenever you click the extension badge icon to to perform an email and phone lookup for the current tab URL.
2."https://*.linkedin.com/*" - optional, if enabled whenever a supported LinkedIn profile is loaded the extension will automatically perform an email and phone lookup. A blue check-mark is displayed if contact details are found.
3."https://*.twitter.com/*" - optional, same as above but for Twitter profiles.
4."https://*.facebook.com/*" - optional, same as above but for Facebook profiles.
5."https://*.github.com/*" - optional, same as above but for Github profiles.

Join Nymeria right now for a free plan (no credit card required) and get five credits every month!

https://www.nymeria.io/signup

We hope you enjoy our extension and platform. We would like to encourage you to express your thoughts and let us know about any issues via the website contact page or via [email protected].

Hope to see you onboard!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Phone and Email Finder by Nymeria Phone and Email Finder by Nymeria
ID aapfglkgnhmiaabhiijkjpfmhllaodgp
URL Chính Thức https://chromewebstore.google.com/detail/phone-and-email-finder-by/aapfglkgnhmiaabhiijkjpfmhllaodgp
Mô tả Easily find a person's email address, phone number and social links with one click.
Kích Thước Tệp 2.41 MB
Số Lần Cài Đặt 14,930
Phiên Bản Hiện Tại 4.2.9
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2020-03-23
Đánh Giá 4.13/5 Tổng số 30 Đánh Giá
Nhà Phát Triển https://nymeria.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nymeria.io
URL Trang Trợ Giúp https://www.nymeria.io/contact-us
URL Trang Chính Sách Bảo Mật https://www.nymeria.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phone and Email Finder by Nymeria",
    "version": "4.2.9",
    "manifest_version": 3,
    "description": "Easily find a person's email address, phone number and social links with one click.",
    "homepage_url": "https:\/\/www.nymeria.io",
    "minimum_chrome_version": "89",
    "incognito": "spanning",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_icon": "assets\/icon.png",
        "default_title": "Click to find contact information!",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "all_frames": false,
            "js": [
                "src\/inject.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "linux": "Ctrl+Shift+Space"
            },
            "description": "Send's a 'open-action' event to open the browser action."
        }
    }
}