Pipeline Gmail
Bring the power of Pipeline to your Google inbox.
什么是Pipeline Gmail?
Pipeline Gmail是由https://pipelinecrm.com开发的Chrome扩展程序,该扩展的主要功能是“Bring the power of Pipeline to your Google inbox.”。
扩展截图
下载Pipeline Gmail扩展crx文件
下载Pipeline Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Pipeline Gmail |
ID | fdfifknmbmalmgdjmnhkcfholdgacikl |
官方URL | https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl |
简介 | Bring the power of Pipeline to your Google inbox. |
文件大小 | 354 KB |
安装次数 | 413 |
当前版本 | 2.7.17 |
更新时间 | 2023-12-15 |
上架时间 | 2019-08-27 |
评分 | 4.80/5 共20次评分 |
开发者 | https://pipelinecrm.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail |
隐私政策页面URL | https://www.pipelinedeals.com/privacy-policy |
支持的语言 | 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" } } |