BenchmarkOne Gmail Integration
Boost sales productivity without ever leaving the comfort of your Gmail inbox!
BenchmarkOne Gmail Integrationคืออะไร?
BenchmarkOne Gmail Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hatchbuck.com และคุณลักษณะหลักของมันคือ "Boost sales productivity without ever leaving the comfort of your Gmail inbox!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BenchmarkOne Gmail Integration
ดาวน์โหลดไฟล์ส่วนขยาย BenchmarkOne Gmail Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BenchmarkONE’s Gmail integration streamlines your processes by bringing your CRM directly into your inbox. Add contacts, conversations, notes and tasks while you’re working in Gmail. With no need to switch back and forth from Gmail, workflow interruptions are eliminated. GET MORE DONE IN GMAIL • Create new contacts with just a few clicks. • Search for contacts and instantly pull up important information, like contact details, recent activity, notes and tasks. • Segment contacts on the fly by adding or removing tags. • Create and complete tasks for your contacts. • Track email correspondence for the contacts you choose. • Add notes to contact records and access a contact’s history. HOW TO GET STARTED • Download the BenchmarkONE Gmail Integration Chrome Extension • Refresh your browser and open Gmail • Click the BenchmarkONE icon to login to your account • Start streamlining your sales process! WHO IS IT FOR? • Sales people who live in their Gmail inbox and want to track emails, create tasks and add notes in one place. • Account managers who work from their Gmail inbox and want to quickly access contact information without switching from app to app. • Any BenchmarkONE user who corresponds with contacts via Gmail and wants to keep up-to-date records in their CRM.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iipooebjooefoibmmooijamhomeokblc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/benchmarkone-gmail-integr/iipooebjooefoibmmooijamhomeokblc |
คำอธิบาย | Boost sales productivity without ever leaving the comfort of your Gmail inbox! |
ขนาดไฟล์ | 2.62 MB |
จำนวนการติดตั้ง | 217 |
เวอร์ชันปัจจุบัน | 0.75 |
อัปเดตครั้งล่าสุด | 2023-10-23 |
วันที่เผยแพร่ | 2020-05-05 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://hatchbuck.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.hatchbuck.com/blog/hatchbuck-gmail-integration |
URL หน้าช่วยเหลือ | https://help.hatchbuck.com/en/articles/3636354-step-by-step-guide-gmail-plugin |
URL หน้านโยบายความเป็นส่วนตัว | https://www.hatchbuck.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BenchmarkOne Gmail Integration", "description": "Boost sales productivity without ever leaving the comfort of your Gmail inbox!", "version": "0.75", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/content.js" ], "css": [ "gmail.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "extension.js", "js\/*", "img\/*", "index.html" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'" }, "sandbox": { "pages": [ "index.html" ] } } |