Pipeline Gmail
Bring the power of Pipeline to your Google inbox.
Qu'est-ce que Pipeline Gmail ?
Pipeline Gmail est une extension Chrome développée par https://pipelinecrm.com, et sa fonction principale est "Bring the power of Pipeline to your Google inbox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pipeline Gmail
Téléchargez les fichiers d'extension Pipeline Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pipeline Gmail |
ID | fdfifknmbmalmgdjmnhkcfholdgacikl |
URL Officiel | https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl |
Description | Bring the power of Pipeline to your Google inbox. |
Taille du Fichier | 354 KB |
Nombre d'Installations | 413 |
Version Actuelle | 2.7.17 |
Dernière Mise à Jour | 2023-12-15 |
Date de Publication | 2019-08-27 |
Évaluation | 4.80/5 Total 20 Évaluations |
Développeur | https://pipelinecrm.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail |
URL de la Page de Politique de Confidentialité | https://www.pipelinedeals.com/privacy-policy |
Langues Prises en Charge | 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" } } |