LAD - Reverse Email/Business URL Lookup
We match email address/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts
LAD - Reverse Email/Business URL Lookup là gì?
LAD - Reverse Email/Business URL Lookup là một tiện ích mở rộng Chrome được phát triển bởi ListingAllData.com, và tính năng chính của nó là "We match email address/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts".
Ả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 LAD - Reverse Email/Business URL Lookup
Tải xuống các tệp mở rộng LAD - Reverse Email/Business URL Lookup 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
Listing All Data Chrome Extension is made by sales reps for sales reps. The extension helps the sales rep to learn about the prospect's professional and personal profile: * Email Profile * Domain Start Date * Home Address * Has Children Flag * Date of Birth * Education * Ethnic Code * Household Income * Marital Status * Social Profiles (Youtube, LinkedIn, Twitter, Facebook) Business Information: * Website Link * Year Found * Industry SIC Code and Description * Number of Employees * Business Overview * Contact Info * Social Profiles (Youtube, LinkedIn, Twitter, Facebook) Update 02/26/2020 Extract email addresses on webpage to extension popup. Allow user to copy email addresses to clipboard. Questions? Email: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LAD - Reverse Email/Business URL Lookup |
ID | bpdglghjfejdbgpnimibgacmgadmdfoi |
URL Chính Thức | https://chromewebstore.google.com/detail/lad-reverse-emailbusiness/bpdglghjfejdbgpnimibgacmgadmdfoi |
Mô tả | We match email address/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2020-03-09 |
Ngày Phát Hành | 2020-03-08 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | ListingAllData.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LAD - Reverse Email\/Business URL Lookup", "description": "We match email address\/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts", "version": "1.0.4", "browser_action": { "default_icon": "icons\/icon_0.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_0.png", "48": "icons\/icon_0.png", "128": "icons\/icon_0.png" }, "content_scripts": [ { "js": [ "js\/domains.js", "js\/email-validators.js", "js\/phone-validators.js", "app.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab" ], "web_accessible_resources": [ "icons\/info.png" ] } |