Click2CRM - Instantly Add Contacts to Hubspot
Click2CRM
¿Qué es Click2CRM - Instantly Add Contacts to Hubspot?
Click2CRM - Instantly Add Contacts to Hubspot es una extensión de Chrome desarrollada por access, y su función principal es "Click2CRM".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Click2CRM - Instantly Add Contacts to Hubspot
Descarga archivos de extensión Click2CRM - Instantly Add Contacts to Hubspot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Instantly Create HubSpot Contacts. Anytime. Anywhere. With just one click. Click2CRM (by OM) is a productivity tool for sales professionals that simplifies the process of creating and passing contact information over to HubSpot. Too many sales professionals waste valuable time by manually going into their CRM and inputting information. We have created a free solution that removes the process of jumping between tabs to create contacts in HubSpot, leaving room for error and inefficiency. With Click2CRM (by OM), simply right-click an email on a website and your contact will immediately be created in HubSpot! Click2CRM (by OM) is easy to use: 1. Add your HubSpot API key. 2. Right-click any email address. 3. Input additional contact information. 4. Contact is created and sent to HubSpot! Make sure your talented sales professionals are being efficient with their valuable time. Our sales team has enjoyed the ease of prospecting with Click2CRM (by OM) and can now focus on the most important part, closing sales!
Información Básica de la Extensión
Nombre | Click2CRM - Instantly Add Contacts to Hubspot |
ID | bbbfkpgkloknokacjmpihcnbplkaddhi |
URL Oficial | https://chromewebstore.google.com/detail/click2crm-instantly-add-c/bbbfkpgkloknokacjmpihcnbplkaddhi |
Descripción | Click2CRM |
Tamaño del Archivo | 667 KB |
Cantidad de Instalaciones | 47 |
Versión Actual | 0.1.9 |
Última Actualización | 2020-12-13 |
Fecha de Publicación | 2020-10-03 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | access |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.growwithom.com/ |
URL de la Página de Ayuda | https://www.growwithom.com/contact/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.9", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "https:\/\/api.hubapi.com\/*", "contextMenus" ], "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html#\/contact\/", "default_title": "OM Event Code Builder", "default_icon": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |