Revamp CRM Lead Clipper
Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM
Revamp CRM Lead Clipper란 무엇입니까?
Revamp CRM Lead Clipper은(는) http://www.revampcrm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM"입니다.
확장 프로그램 스크린샷
Revamp CRM Lead Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lead capture and collection from ANY website then put it straight into your Revamp CRM account. You can even tag them on the fly. Find a lead online > put its data into your CRM > call/email the lead > log the activity - this process has never been faster! Increase your lead generation efficiency! Features: ➤ You can use contact/lead clipper on the following websites: Gmail, LinkedIn, Facebook, Twitter, GitHub and Quora ➤ Generic support for ANY website (email addresses, phone numbers, address and company) ➤ Duplicates detection ➤ Inline editing ➤ Apply multiple tags Send us an email at [email protected], if you think we're missing some specific support for any website! Notes: ➤ You can try Revamp CRM for Free with our 30 days trial – no credit card required. ➤ Unlimited Contacts & Unlimited Deals ➤ Free forever for 1 User
확장 프로그램 기본 정보
이름 | |
ID | ohlpmfngfjhphlgfolplelaaighnjdon |
공식 URL | https://chrome.google.com/webstore/detail/revamp-crm-lead-clipper/ohlpmfngfjhphlgfolplelaaighnjdon |
설명 | Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM |
파일 크기 | 29.33 KB |
설치 횟수 | 132 |
현재 버전 | 1.0.0.11 |
최근 업데이트 | 2018-11-20 |
출시 날짜 | 2018-11-20 |
평점 | 4.67/5 총 9 개의 평점 |
개발자 | http://www.revampcrm.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.revampcrm.com |
도움말 페이지 URL | http://www.revampcrm.com/help |
개인정보 보호 정책 페이지 URL | https://app.revampcrm.com/AccountUI/PP |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revamp CRM Lead Clipper", "description": "Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM", "version": "1.0.0.11", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "auth_user.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Revamp CRM Lead Clipper", "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" } } |