Lead Collector for BenchmarkONE
Easily add contacts to your address book with a single click.
Lead Collector for BenchmarkONE란 무엇입니까?
Lead Collector for BenchmarkONE은(는) https://hatchbuck.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add contacts to your address book with a single click."입니다.
확장 프로그램 스크린샷
Lead Collector for BenchmarkONE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lead Collector is the quickest way to add new contacts to your BenchmarkONE CRM! The Chrome extension gives you the ability to seamlessly push new contacts directly into your BenchmarkONE account right from your browser toolbar. Visit a lead’s social profile, click the Lead Collector extension icon in your browser and quickly push contact details including Contact Status, notes and tags into your BenchmarkONE contact list. Skip the manual data entry with Lead Collector for BenchmarkONE! Requirements A BenchmarkONE account Google Chrome —------------------------ User Responsibility Lead Collector for BenchmarkONE is a proprietary algorithm that retrieves publicly available contact data from webpages. In using the Lead Collector extension to manage contact data, users are responsible for adhering to the User Agreement of LinkedIn or any other third party platform. Using Lead Collector for BenchmarkONE in a way that breaches the User Agreement of LinkedIn or any other third party platforms may result in a locked account or revoked license.
확장 프로그램 기본 정보
이름 | Lead Collector for BenchmarkONE |
ID | lkfklcjmmofemldgfgemlpjhgponjhhc |
공식 URL | https://chromewebstore.google.com/detail/lead-collector-for-benchm/lkfklcjmmofemldgfgemlpjhgponjhhc |
설명 | Easily add contacts to your address book with a single click. |
파일 크기 | 1.09 MB |
설치 횟수 | 85 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-09-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://hatchbuck.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.hatchbuck.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lead Collector for BenchmarkONE", "version": "1.0.3", "author": "BenchmarkOne", "description": "Easily add contacts to your address book with a single click.", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "triforce.js", "helper.js" ] } ], "permissions": [ "tabs", "background", "storage" ], "host_permissions": [ "https:\/\/*.hatchbuck.com\/*" ], "homepage_url": "https:\/\/www.benchmarkone.com\/services-and-integrations\/", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "loader.js" }, "action": { "default_icon": [], "default_title": "Add Contact to BenchmarkOne", "default_popup": "popover.html" } } |