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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brightpattern.com, και η κύρια λειτουργία του είναι "Provides a phone, records screen activity, shows alerts when the browser is minimized. Requires Agent Desktop Helper Application.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Agent Desktop Chrome Extension
Λήψη αρχείων επέκτασης Agent Desktop Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |