Pipeline Gmail
Bring the power of Pipeline to your Google inbox.
O que é Pipeline Gmail?
Pipeline Gmail é uma extensão do Chrome desenvolvida por https://pipelinecrm.com, e sua principal característica é "Bring the power of Pipeline to your Google inbox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pipeline Gmail
Baixe arquivos de extensão Pipeline Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Pipeline Gmail |
ID | fdfifknmbmalmgdjmnhkcfholdgacikl |
URL Oficial | https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl |
Descrição | Bring the power of Pipeline to your Google inbox. |
Tamanho do Arquivo | 354 KB |
Contagem de Instalações | 413 |
Versão Atual | 2.7.17 |
Última Atualização | 2023-12-15 |
Data de Publicação | 2019-08-27 |
Classificação | 4.80/5 Total de 20 Avaliações |
Desenvolvedor | https://pipelinecrm.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail |
URL da Página de Política de Privacidade | https://www.pipelinedeals.com/privacy-policy |
Idiomas Suportados | 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" } } |