Mr. E - Find B2B contacts universally

Mr. E - the easiest way to find direct contact numbers of professionals & decision-makers

Mr. E - Find B2B contacts universally là gì?

Mr. E - Find B2B contacts universally là một tiện ích mở rộng Chrome được phát triển bởi https://easyleadz.com, và tính năng chính của nó là "Mr. E - the easiest way to find direct contact numbers of professionals & decision-makers".

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

Tải xuống tệp CRX của tiện ích mở rộng Mr. E - Find B2B contacts universally

Tải xuống các tệp mở rộng Mr. E - Find B2B contacts universally 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

                        Mr. E by EasyLeadz is the easiest way to find B2B contact numbers with just one click. Enrich any business profile with direct mobile numbers i.e direct dials.

Our hit rate and the numbers accuracy is probably the best in the industry. Actions speak louder than words, try it out for free.

Who can use this extension?

Anyone who is looking for efficient and faster ways to reach out to other professionals over phone calls can use this extension to instantly find contact numbers in a click.

- Sales professional, recruiters, headhunters, account managers, marketers, business developers, and people with direct client relationships.
- Professionals looking to increase their productivity and efficiency
- Teams, project managers, coordinators and internal communications

About EasyLeadz.

EasyLeadz helps business professionals establish a fast and true connection with their leads, contacts, and candidates.

B2B engagement is based on trust. EasyLeadz helps you build that trust using simple tools which allow you to enrich and verify business profiles. Today, over 300,000 sales representatives, recruitment managers and marketers transform the way they engage with their leads, contacts and candidates by using Mr. E on a daily basis.

EasyLeadz is compatible with LinkedIn, Crunchbase, Zaubacorp, Tofler & works on all websites. Over 300,000+ customers ranging from small and medium businesses to enterprises, use our product.

Website: https://www.easyleadz.com/
Twitter: https://twitter.com/easyleadz
Facebook: https://www.facebook.com/Easyleadz/
LinkedIn: https://www.linkedin.com/company/easyleadz/


EASYLEADZ EXTENSION:

- Our extension is available for Chrome and allows you to enrich B2B profiles instantly with direct contact numbers.

EASYLEADZ FREE VERSION:
- EasyLeadz provides 5 free credits for trial.
- One credit reveals phone numbers

EASYLEADZ SUBSCRIPTION PLANS:

- Starting from only INR 2199 per month!
- We offer various monthly/annual plans, starting from 40 credits per month and suitable for your needs

All plans are visible here > https://dashboard.easyleadz.com/pricing

Privacy disclaimer and permissions: To provide our services we access the following permissions: Read your browsing history, further, if you choose to enable our emailing feature we will have access to additional permissions and data, subject to you explicit consent while enabling such services. For more information, please see our privacy policy: https://www.easyleadz.com/privacy-policy/
Questions? Drop us an email at [email protected]
--------------------------------------------------------------------------------------------------------------------------------------
* Compared to such companies as: Lusha, RocketReach, Zoominfo, Email Hunter, FTL, Clearbit, Email Finder and Discoverorg                    

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

Tên Mr. E - Find B2B contacts universally Mr. E - Find B2B contacts universally
ID haphbbhhknaonfloinidkcmadhfjoghc
URL Chính Thức https://chromewebstore.google.com/detail/mr-e-find-b2b-contacts-un/haphbbhhknaonfloinidkcmadhfjoghc
Mô tả Mr. E - the easiest way to find direct contact numbers of professionals & decision-makers
Kích Thước Tệp 470 KB
Số Lần Cài Đặt 84,690
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2021-10-11
Đánh Giá 4.79/5 Tổng số 3553 Đánh Giá
Nhà Phát Triển https://easyleadz.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.easyleadz.com/
URL Trang Trợ Giúp http://help.easyleadz.com/en/
URL Trang Chính Sách Bảo Mật http://www.easyleadz.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mr. E - Find B2B contacts universally",
    "short_name": "Mr. E - Find B2B contacts universally",
    "author": "Mr E",
    "description": "Mr. E - the easiest way to find direct contact numbers of professionals & decision-makers",
    "version": "2.0.2",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/crypto-js.js",
            "js\/background.js",
            "js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.naukri.com\/*"
            ],
            "all_frames": false,
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "browser_action": {
        "default_title": "Mr E",
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "minimum_chrome_version": "55",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}