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

Was ist LAD - Reverse Email/Business URL Lookup?

LAD - Reverse Email/Business URL Lookup ist eine Chrome-Erweiterung, die von ListingAllData.com entwickelt wurde, und ihr Hauptmerkmal ist "We match email address/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts".

Erweiterungsscreenshots

LAD - Reverse Email/Business URL Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie LAD - Reverse Email/Business URL Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name LAD - Reverse Email/Business URL Lookup LAD - Reverse Email/Business URL Lookup
ID bpdglghjfejdbgpnimibgacmgadmdfoi
Offizielle URL https://chromewebstore.google.com/detail/lad-reverse-emailbusiness/bpdglghjfejdbgpnimibgacmgadmdfoi
Beschreibung We match email address/company url against accurate data to find Email Owner Demographics, Company Info, and Company Contacts
Dateigröße 116 KB
Installationsanzahl 58
Aktuelle Version 1.0.4
Letztes Update 2020-03-09
Veröffentlichungsdatum 2020-03-08
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler ListingAllData.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}