Revamp CRM Lead Clipper
Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM
Co je Revamp CRM Lead Clipper?
Revamp CRM Lead Clipper je rozšíření Chrome vyvinuté http://www.revampcrm.com, a jeho hlavní funkcí je „Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Revamp CRM Lead Clipper
Stáhněte si soubory rozšíření Revamp CRM Lead Clipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ohlpmfngfjhphlgfolplelaaighnjdon |
Oficiální URL | https://chrome.google.com/webstore/detail/revamp-crm-lead-clipper/ohlpmfngfjhphlgfolplelaaighnjdon |
Popis | Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM |
Velikost souboru | 29.33 KB |
Počet instalací | 132 |
Aktuální Verze | 1.0.0.11 |
Poslední Aktualizace | 2018-11-20 |
Datum Vydání | 2018-11-20 |
Hodnocení | 4.67/5 Celkem 9 Hodnocení |
Vývojář | http://www.revampcrm.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.revampcrm.com |
URL Stránky Nápovědy | http://www.revampcrm.com/help |
URL Stránky Zásad Ochrany Soukromí | https://app.revampcrm.com/AccountUI/PP |
Podporované Jazyky | 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" } } |