Message Plane CRM Integration
Incoming phone call notifications
什麼是Message Plane CRM Integration?
Message Plane CRM Integration是由https://messageplane.com開發的Chrome擴展程式,該擴展的主要功能是“Incoming phone call notifications”。
擴展截圖
下載Message Plane CRM Integration擴展crx文件
下載Message Plane CRM Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Message Plane CRM Integration |
ID | kahghlhaopbjjmlmagdmfknggkkdfonn |
官方網址 | https://chromewebstore.google.com/detail/message-plane-crm-integra/kahghlhaopbjjmlmagdmfknggkkdfonn |
簡介 | Incoming phone call notifications |
檔案大小 | 45 KB |
安裝次數 | 255 |
目前版本 | 1.0.0.3 |
更新時間 | 2021-01-23 |
上架時間 | 2021-01-22 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://messageplane.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.messageplane.com/message-plane-crm-google-chrome-extension/ |
說明頁面URL | https://www.messageplane.com/contact-us/ |
支援的語言 | 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" ] } |