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 |
Eメール | [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" } } |