MailTiger

MailTiger Extension can be used to find emails of people

MailTiger là gì?

MailTiger là một tiện ích mở rộng Chrome được phát triển bởi Mail Tiger, và tính năng chính của nó là "MailTiger Extension can be used to find emails of people".

Ả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 MailTiger

Tải xuống các tệp mở rộng MailTiger 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

                        FREE 500 Linkedin Lead Credits - Build a list of targeted leads to grow your business.

MailTiger is a Lead Tracker tool for Linkedin which can be used to collect email address for 1st, 2nd and 3rd level Linkedin connections. Just visit any of the profile on linkedin and click on Fetch to add the lead to lead table. 

What you can do with this Tool: 

* Fetch 1st, 2nd and 3rd+ Linkedin connections
* 100% of leads are added to the Lead Table

Best Linkedin Lead Tracker and Email Sender Tool
----------------------------------------

Search emails for any linkedin profiles without connecting directly with that linkedin profile and save money from spending on Linkedin InMails or sending too much connection requests.  

Best to Collect Leads from Search on Linkedin search results
------------------------------------------------

Extract leads from the search results and can use it for regular, premium or Linkedin Sales Navigator account. 

Export Leads (CSV/Excel)
-------------------------------------------------

Extract Leads to CSV or Excel including Name, Company and Designation

Join MailTiger right now and get 500 free lead credits.

How to get started?
--------------------------

1- First install the MailTiger Chrome extension from the Chrome Web Store (click on "Add to Chrome")

2- Go to any Linkedin profile and click on the MailTiger button in your upper right window

3. Setup your MailTiger API key 

4. Setup Email Template to Send Emails 

For any further questions, feel free to contact us.                    

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

Tên MailTiger MailTiger
ID diaindjcknlocppdljlcbpgebajghogp
URL Chính Thức https://chrome.google.com/webstore/detail/mailtiger/diaindjcknlocppdljlcbpgebajghogp
Mô tả MailTiger Extension can be used to find emails of people
Kích Thước Tệp 1.82 MB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 3.2.1
Cập Nhật Lần Cuối 2020-11-17
Ngày Phát Hành 2020-07-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mail Tiger
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mailtiger.co
URL Trang Trợ Giúp https://www.mailtiger.co
URL Trang Chính Sách Bảo Mật https://www.mailtiger.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MailTiger",
    "version": "3.2.1",
    "description": "MailTiger Extension can be used to find emails of people",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/www.mailtiger.co\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.js",
                "js\/bootstrap-4.4.1.min.js",
                "js\/script.js"
            ],
            "css": [
                "css\/bootstrap-4.4.1.min.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self' ",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}