EZLead
Sync LinkedIn with your CRM and save hours on lead management 🚀
EZLead란 무엇입니까?
EZLead은(는) https://ezlead.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync LinkedIn with your CRM and save hours on lead management 🚀"입니다.
확장 프로그램 스크린샷
EZLead 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Imagine the world with full LinkedIn lead management automation. How great it will be to have automatic connection requests, send custom messages to hundreds of leads and have always up to date lead data in CRM. All in one click. No more jumping back and forth between LinkedIn and CRM - that is what we are striving for at EZLead. Right now we have few features, but more coming soon: 1) Button that appears on profile pages and allow you to add lead & company info to CRM in one click (just install and use, no additional steps needed) 2) Automatically sync all LinkedIn chat messages with CRM We support Hubspot and Pipedrive and more CRMs coming soon! Access our Privacy Policy here: https://bit.ly/ezlead_terms
확장 프로그램 기본 정보
이름 | EZLead |
ID | pcambcbbejngpalfbdnlkgeaickjankc |
공식 URL | https://chromewebstore.google.com/detail/ezlead/pcambcbbejngpalfbdnlkgeaickjankc |
설명 | Sync LinkedIn with your CRM and save hours on lead management 🚀 |
파일 크기 | 403 KB |
설치 횟수 | 47 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2021-06-03 |
출시 날짜 | 2021-02-20 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://ezlead.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ezlead.co/ |
도움말 페이지 URL | https://ezlead.co/ |
개인정보 보호 정책 페이지 URL | https://bit.ly/ezlead_terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EZLead", "description": "Sync LinkedIn with your CRM and save hours on lead management \ud83d\ude80", "version": "1.1.3", "background": { "persistent": true, "scripts": [ "background.js" ] }, "web_accessible_resources": [ "assets\/*\/*", "content_scripts\/*.js" ], "icons": { "16": "assets\/icons\/app_16x16.png", "48": "assets\/icons\/app_48x48.png", "128": "assets\/icons\/app_128x128.png" }, "permissions": [ "unlimitedStorage", "webRequest", "cookies", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self';connect-src *; img-src * 'self' data:; media-src *; style-src *;" } |