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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード

LAD - Reverse Email/Business URL Lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    ]
}