LinkedIn Email Finder – PIPILEADS
Find Verified email IDs of any LinkedIn Profile
LinkedIn Email Finder – PIPILEADS là gì?
LinkedIn Email Finder – PIPILEADS là một tiện ích mở rộng Chrome được phát triển bởi http://pipileads.com, và tính năng chính của nó là "Find Verified email IDs of any LinkedIn Profile".
Ả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 LinkedIn Email Finder – PIPILEADS
Tải xuống các tệp mở rộng LinkedIn Email Finder – PIPILEADS 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
PIPILEADS – Free Email Finder tool finds any LinkedIn profile’s Verified Email Addresses Instantly. The tool finds both B2B and B2C emails on the fly. It has become an indispensable tool for the following professionals who actively use LinkedIn. Sales Marketing Business development Recruiters / Talent Acquisition (HR) Business owners/entrepreneurs/founders Executives / Top Management. The Key Differentiator of our Tool is to provide only verified email IDs and No generated or guessed email addresses. How does it work with LinkedIn? It works for both individual profile pages, Advanced Search results from pages in LinkedIn Business Premium, Sales Navigator, and Recruiter Lite Free version Users can try this version without providing their credit card details. We provide 50 free credits every month for the registered Users. In this version, there are no restrictions to use the features. NO CREDIT / DEBIT CARDS are required for a trial. Paid version We have 4 Flexible Paid Plans available (Bronze, Silver, Gold, and Platinum). Users can choose any plan as per their requirements. 24/7 support We provide online chat support 24X7. Resources and site FAQs are updated regularly with all the new features that are available with us. We are present on social media and communicate with users to update them regularly about this Chrome extension tool. Payment methods We accept all credit and debit cards to use Pipileads. Cancelation / Un-subscription. Users can cancel or unsubscribe from Pipileads at any time. We do not have a lock-in period.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jjhbnjmmblhcfbhdoihbmkpkdejcchmo |
URL Chính Thức | https://chrome.google.com/webstore/detail/linkedin-email-finder-%E2%80%93-p/jjhbnjmmblhcfbhdoihbmkpkdejcchmo |
Mô tả | Find Verified email IDs of any LinkedIn Profile |
Kích Thước Tệp | 352 KB |
Số Lần Cài Đặt | 40,000 |
Phiên Bản Hiện Tại | 1.1.40 |
Cập Nhật Lần Cuối | 2022-06-22 |
Ngày Phát Hành | 2020-02-10 |
Đánh Giá | 4.51/5 Tổng số 51 Đánh Giá |
Nhà Phát Triển | http://pipileads.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pipileads.com |
URL Trang Trợ Giúp | https://pipileads.com/resource/ |
URL Trang Chính Sách Bảo Mật | https://pipileads.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Email Finder \u2013 PIPILEADS", "version": "1.1.40", "short_name": "Pipileads", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0jvN5SQe\/JjLouWwsD1pmu8Tgqr4BgNMsvZX6n5kjblL3xQKxe8405M6uJuYX2A\/bVcbIL3WXL+sUFZn\/OrOFVrSxrU0YeZL34sEvETngtmrGqoDw9\/6PlneE06xwmYbOWzCeC2cs\/JikLxsEDsBB2e\/6JjvH1hc0F2dKFBrnXVL6kwG8BcogV6mFx6G6zo7Av9sTYbHHoMeHKcFPHhJQ2Jik8XlhgGChUHQH+caeTA9zGT\/pSxnsDK4A8Nlt0lzrAWirHvYMS+I4DkBGLVdWEI4+Y8aT5TVvJvJ3Sl69a6gcpPKTTdtC76sJTJFZSNm8F0f1iG+2or5N2L1m\/2CUwIDAQAB", "description": "Find Verified email IDs of any LinkedIn Profile", "oauth2": { "client_id": "1074030819868-qoprhcjtgf09qpkn21qe8nf48udkg5bf.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "permissions": [ "tabs", "webRequest", "storage", "identity", "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "*:\/\/*.pipileads.com\/*", "*:\/\/pipileads.com\/*" ], "background": { "scripts": [ "background.js", "jquery.3.2.1.min.js", "cp.js", "sp.js", "sp_s.js", "sp_r.js", "cp_s.js", "cp_r.js", "pp.js", "pp_s2.js", "pp_r.js", "usecase.js", "pa.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*" ], "js": [ "jquery.3.2.1.min.js", "contentScript.js" ] }, { "matches": [ "*:\/\/*.pipileads.com\/*", "*:\/\/pipileads.com\/*" ], "js": [ "pipiScript.js" ] } ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pipileads_logo16.png", "32": "images\/pipileads_logo32.png", "48": "images\/pipileads_logo48.png", "128": "images\/pipileads_logo128.png" } }, "icons": { "16": "images\/pipileads_logo16.png", "32": "images\/pipileads_logo32.png", "48": "images\/pipileads_logo48.png", "128": "images\/pipileads_logo128.png" }, "manifest_version": 2 } |