Pipeline Gmail
Bring the power of Pipeline to your Google inbox.
¿Qué es Pipeline Gmail?
Pipeline Gmail es una extensión de Chrome desarrollada por https://pipelinecrm.com, y su función principal es "Bring the power of Pipeline to your Google inbox.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pipeline Gmail
Descarga archivos de extensión Pipeline Gmail 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
Pipeline Gmail Extension Manage your sales pipeline in your Gmail and Google Apps inbox! The Pipeline Extension for Google Chrome adds CRM functionality to your inbox. Add and manage your contact & leads, view related deals, and add activities, tasks, and events. Also, you can file your email as an activity in Pipeline by clicking on the Pipeline icon that appears in the header of your email. At Pipeline, we provide amazing support! Since 2006 we have provided our customers with free US-based phone and email support. Email us at [email protected] or call us at 866-702-7303.
Información Básica de la Extensión
Nombre | Pipeline Gmail |
ID | fdfifknmbmalmgdjmnhkcfholdgacikl |
URL Oficial | https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl |
Descripción | Bring the power of Pipeline to your Google inbox. |
Tamaño del Archivo | 354 KB |
Cantidad de Instalaciones | 413 |
Versión Actual | 2.7.17 |
Última Actualización | 2023-12-15 |
Fecha de Publicación | 2019-08-27 |
Calificación | 4.80/5 Total de 20 Calificaciones |
Desarrollador | https://pipelinecrm.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail |
URL de la Página de Política de Privacidad | https://www.pipelinedeals.com/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pipeline Gmail", "short_name": "Pipeline", "description": "Bring the power of Pipeline to your Google inbox.", "version": "2.7.17", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "dist\/js\/content.js" ], "css": [ "dist\/css\/datepicker3.css", "dist\/css\/jquery.timepicker.css", "dist\/css\/pipeline_gmail.css" ] } ], "permissions": [ "https:\/\/oauth.io\/*", "http:\/\/pld.com\/*", "https:\/\/api.pipelinecrm.com\/*", "https:\/\/app.pipelinecrm.com\/*", "https:\/\/www.pipelinecrm.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/oauth.io\/*" ] }, "background": { "scripts": [ "dist\/js\/background.js" ] }, "web_accessible_resources": [ "dist\/js\/main.js" ], "options_page": "dist\/options.html", "icons": { "48": "dist\/img\/icon-48.png", "128": "dist\/img\/icon-128.png" } } |