Message Plane CRM Integration
Incoming phone call notifications
Message Plane CRM Integration là gì?
Message Plane CRM Integration là một tiện ích mở rộng Chrome được phát triển bởi https://messageplane.com, và tính năng chính của nó là "Incoming phone call notifications".
Ả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 Message Plane CRM Integration
Tải xuống các tệp mở rộng Message Plane CRM Integration 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
For years we had issues finding files of clients because taking a phone number off a physical phone or soft phone is very detailed hard to put into a crm. This message plane pop up makes it simple for message plane users to pull up records or details for new clients or existing ones. By the window popping up it gives the message plane crm user the ability to access records on a fly and also helps them not enter wrong information. This small integration helps message plane crm users automate their businesses greatly by simply populating the record effortlessly, no one ever has issues finding a client or order again.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Message Plane CRM Integration |
ID | kahghlhaopbjjmlmagdmfknggkkdfonn |
URL Chính Thức | https://chromewebstore.google.com/detail/message-plane-crm-integra/kahghlhaopbjjmlmagdmfknggkkdfonn |
Mô tả | Incoming phone call notifications |
Kích Thước Tệp | 45 KB |
Số Lần Cài Đặt | 255 |
Phiên Bản Hiện Tại | 1.0.0.3 |
Cập Nhật Lần Cuối | 2021-01-23 |
Ngày Phát Hành | 2021-01-22 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://messageplane.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.messageplane.com/message-plane-crm-google-chrome-extension/ |
URL Trang Trợ Giúp | https://www.messageplane.com/contact-us/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Message Plane CRM Integration", "description": "Incoming phone call notifications", "version": "1.0.0.3", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "options_page": "options.html", "permissions": [ "storage" ] } |