Max Contact Agent Extension
Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue.
Max Contact Agent Extension क्या है?
Max Contact Agent Extension MaxContact द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Max Contact Agent Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Plugin for Max Contact to allow the browser to be pulled into the agent view when a call is in queue.
एक्सटेंशन की मूल जानकारी
नाम | Max Contact Agent Extension |
ID | cpabeedodjfmfcjjpcephhpigamahmdm |
आधिकारिक URL | https://chromewebstore.google.com/detail/max-contact-agent-extensi/cpabeedodjfmfcjjpcephhpigamahmdm |
विवरण | Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue. |
फ़ाइल का आकार | 11.3 KB |
स्थापना संख्या | 602 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-03-04 |
प्रकाशन तिथि | 2020-03-04 |
डेवलपर | MaxContact |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.maxcontact.com/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Max Contact Agent Extension", "description": "Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue.", "version": "1.0", "browser_action": { "default_title": "Max Contact Agent Extension", "default_icon": "icon.png" }, "externally_connectable": { "matches": [ "*:\/\/*.maxcontact.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.maxcontact.com\/*", "*:\/\/localhost\/*" ], "js": [ "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "declarativeContent", "webNavigation", "notifications", "tabs" ] } |