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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |