Message Plane CRM Integration
Incoming phone call notifications
Message Plane CRM Integration क्या है?
Message Plane CRM Integration https://messageplane.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Incoming phone call notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Message Plane CRM Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } |