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 क्या है?
LAD - Reverse Email/Business URL Lookup ListingAllData.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We match email address/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LAD - Reverse Email/Business URL Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]
एक्सटेंशन की मूल जानकारी
नाम | LAD - Reverse Email/Business URL Lookup |
ID | bpdglghjfejdbgpnimibgacmgadmdfoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/lad-reverse-emailbusiness/bpdglghjfejdbgpnimibgacmgadmdfoi |
विवरण | We match email address/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2020-03-09 |
प्रकाशन तिथि | 2020-03-08 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | ListingAllData.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |