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文件
下载Revamp CRM Lead Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |