SalesAssist
SalesAssist Chrome CRM extension
SalesAssist là gì?
SalesAssist là một tiện ích mở rộng Chrome được phát triển bởi Shiplove Inc., và tính năng chính của nó là "SalesAssist Chrome CRM extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SalesAssist
Tải xuống các tệp mở rộng SalesAssist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
An easier, faster way to complete the sales process with mobile-first e-Signatures, document collection, ID verification, e-Forms, payments and much more, directly from your CRM. Customer interactions and information collected are tracked and mapped to the CRM in real time. With SalesAssist salespeople say goodbye to painful paperwork and manual data entry while delighting their customers with a frictionless journey. Handling customer interactions has never been easier!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SalesAssist |
ID | oehaiibnpneipeafkkhdiignfiopoknc |
URL Chính Thức | https://chromewebstore.google.com/detail/salesassist/oehaiibnpneipeafkkhdiignfiopoknc |
Mô tả | SalesAssist Chrome CRM extension |
Kích Thước Tệp | 640 KB |
Số Lần Cài Đặt | 134 |
Phiên Bản Hiện Tại | 1.0.34 |
Cập Nhật Lần Cuối | 2024-03-03 |
Ngày Phát Hành | 2022-06-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Shiplove Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://salesassist.io |
URL Trang Trợ Giúp | https://salesassist.io |
URL Trang Chính Sách Bảo Mật | https://www.salesassist.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SalesAssist", "description": "SalesAssist Chrome CRM extension", "version": "1.0.34", "content_scripts": [ { "matches": [ "https:\/\/*.apps.vinmanager.com\/vinconnect\/*", "https:\/\/*.eleadcrm.com\/evo2\/*", "https:\/\/*.forddirectcrm.com\/evo2\/*", "https:\/\/*.app.coxautoinc.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "icons": { "16": "logo.png", "32": "logo.png", "64": "logo.png" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "vinsolutions_events.js", "eleads_events.js" ], "matches": [ " |