Adapt - Find Emails On Websites
Find Emails On Social Networks and Websites
Adapt - Find Emails On Websites란 무엇입니까?
Adapt - Find Emails On Websites은(는) https://www.adapt.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Emails On Social Networks and Websites"입니다.
확장 프로그램 스크린샷
Adapt - Find Emails On Websites 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adapt Prospector - Find Emails On Websites Find work emails and phone numbers by clicking on the Adapt icon in Chrome’s address bar on any LinkedIn profile or website. - Get contacts from LinkedIn - Get company information across websites To enrich contacts in Salesforce, visit any contact / lead page and perform a right click ---> Get Email. # Features Get contact and company information of the person(s) behind a website: 1. Name 2. Job Title 3. Phone Number 4. Business Emails 5. Industry 6. Location 7. Revenue 8. Employee Count Add the contact and company data to your lead list and manage leads at our online Lead Builder. # Who is this for? - Sales professionals and lead generation teams - Recruiters, Human Resource Professionals - Business executives, Analysts, Consultants How to get started? * Create a free account at https://adapt.io * Add the free Adapt extension to your browser. * Visit any profile in LinkedIn. * Click on the Adapt icon from the address bar. * Get the contact and company information on your prospect. # Is it free? Yes, Adapt is absolutely free to use. You get 100 free business emails views/month and 10 free downloads/month. You can upgrade your account for more. You are just one click away from finding the right leads for your business for FREE! # Learn more about this extension https://www.adapt.io/blog/adapt-prospector-extension-2-0-is-here-get-contact-and-company-information-from-websites-and-social-networks/ # About Adapt Adapt provides the most accurate business emails for your sales and marketing efforts. Feel free to try our prospector. Already trusted users from leading companies like Amazon, Adobe, Intuit, Hubspot and Salesforce. For more information, please visit https://adapt.io Questions? Drop us a line at [email protected]
확장 프로그램 기본 정보
이름 | Adapt - Find Emails On Websites |
ID | lbhigcppinlecjbkgkaapkfekijdndaj |
공식 URL | https://chromewebstore.google.com/detail/adapt-find-emails-on-webs/lbhigcppinlecjbkgkaapkfekijdndaj |
설명 | Find Emails On Social Networks and Websites |
파일 크기 | 182 KB |
설치 횟수 | 37,800 |
현재 버전 | 2.0.4c |
최근 업데이트 | 2023-06-23 |
출시 날짜 | 2020-05-08 |
평점 | 4.70/5 총 120 개의 평점 |
개발자 | https://www.adapt.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.adapt.io |
도움말 페이지 URL | https://adaptio.freshdesk.com/support/solutions/articles/36000035744-chrome-extension |
개인정보 보호 정책 페이지 URL | https://www.adapt.io/privacy.htm |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.4", "version_name": "2.0.4c", "name": "Adapt - Find Emails On Websites", "short_name": "Email finder", "description": "Find Emails On Social Networks and Websites", "action": { "default_icon": "img\/ico_128.png", "default_title": "Adapt - Find Emails On Websites" }, "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'none'" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "all_frames": true, "js": [ "linkedin-bundle.js" ] }, { "matches": [ "https:\/\/prospector.adapt.io\/*" ], "js": [ "webMsgReceiver-bundle.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.adapt.io\/*" ], "js": [ "googleAuth-bundle.js" ], "run_at": "document_end" } ], "background": { "service_worker": "serviceWorker-bundle.js" }, "permissions": [ "tabs", "storage", "system.display" ], "host_permissions": [ "https:\/\/*.adapt.io\/", "https:\/\/www.linkedin.com\/" ] } |