Pipeline Gmail
Bring the power of Pipeline to your Google inbox.
Pipeline Gmailคืออะไร?
Pipeline Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pipelinecrm.com และคุณลักษณะหลักของมันคือ "Bring the power of Pipeline to your Google inbox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pipeline Gmail
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |