Agent Desktop Chrome Extension
Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.
Agent Desktop Chrome Extension क्या है?
Agent Desktop Chrome Extension https://brightpattern.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Agent Desktop Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is the link between the Chrome browser and softphone app that is one of the phone options for Bright Pattern Contact Center. The app also provides screen recording, out-of-browser alerts and ring-all-sound devices functionality. The Bright Pattern Contact Center is an end-to-end software as a service solution to manage customer communications over voice, chat, SMS, email and more, in context, while ensuring top quality and controlling the costs. v1.18 ads verification of the pare origin against a whitelist of allowed origins.
एक्सटेंशन की मूल जानकारी
नाम | Agent Desktop Chrome Extension |
ID | mkaocfkkgijdkejknbfblgfbelppnfci |
आधिकारिक URL | https://chromewebstore.google.com/detail/agent-desktop-chrome-exte/mkaocfkkgijdkejknbfblgfbelppnfci |
विवरण | Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application. |
फ़ाइल का आकार | 12.64 KB |
स्थापना संख्या | 84,803 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2022-11-19 |
प्रकाशन तिथि | 2019-04-22 |
रेटिंग | 3.65/5 कुल 17 रेटिंग्स |
डेवलपर | https://brightpattern.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.brightpattern.com/contact-center-solution/ |
सहायता पृष्ठ URL | http://www.brightpattern.com/contact-center-support/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Agent Desktop Chrome Extension", "short_name": "Agent Desktop Chrome Extension", "version": "2.2", "description": "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.", "icons": { "128": "images\/extension-128.png", "48": "images\/extension-48.png", "32": "images\/extension-32.png", "20": "images\/extension-20.png", "16": "images\/extension-16.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/", "*:\/\/*\/" ], "js": [ "scripts\/content.js" ] } ], "permissions": [ "nativeMessaging" ] } |