Cisco Phone Controller
Embeds a Remote Phone Control App on the Phone's internal Web Page
Τι είναι το Cisco Phone Controller;
Το Cisco Phone Controller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον avholloway, και η κύρια λειτουργία του είναι "Embeds a Remote Phone Control App on the Phone's internal Web Page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cisco Phone Controller
Λήψη αρχείων επέκτασης Cisco Phone Controller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Why? Cisco Collaboration Administrators often access Cisco Phone internal web server to troubleshoot the phone. They view items such as: firmware loads, hardware versions, network details, etc., and this add-on embeds a remote phone control app to that same page they're already looking at. How? Press the keypad buttons for selecting menu options or navigating the menus. Press the command buttons like NavUp or VolDwn (Buzz is fun!) for even more control over the phone. For convenience you can enter a dial string and make the phone call someone, or you can script out key presses for like deleting ITL files. Oh yeah, and you can even click on the phone screenshot to activate lines, softkeys and session buttons! Yeah, But Like How Does it Work? The add-on renders the phone screen as a screenshot (pulled from /CGI/Screenshot), at which point the phone will request HTTP Basic Authentication from you, and then the phone will send those credentials over to CUCM at the designated Authentication URL; either in Enterprise Parameters, or directly configured on the phone. If your username and password are correct, and that user is controlling the phone, then the phone allows you to see the screenshot and control it. Typically, I will create a dedicated Application User for this called "phonecontrol" which has no group memberships, and thus, has no other real power in the system, other than controlling the phone(s) I intend, for the time period I choose. The add-on then polls for a new screenshot periodically, to keep the screen fresh, while allowing you to press buttons which send commands to the phone via /CGI/Execute.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cisco Phone Controller |
ID | nmbgmlcgfijmpcpphmdndjjchiokjlfb |
Επίσημο URL | https://chromewebstore.google.com/detail/cisco-phone-controller/nmbgmlcgfijmpcpphmdndjjchiokjlfb |
Περιγραφή | Embeds a Remote Phone Control App on the Phone's internal Web Page |
Μέγεθος Αρχείου | 38.28 KB |
Αριθμός Εγκαταστάσεων | 1,066 |
Τρέχουσα Έκδοση | 1.7 |
Τελευταία Ενημέρωση | 2020-12-27 |
Ημερομηνία Δημοσίευσης | 2020-12-26 |
Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | avholloway |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/avholloway/cisco-phone-controller/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/avholloway/cisco-phone-controller/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cisco Phone Controller", "description": "Embeds a Remote Phone Control App on the Phone's internal Web Page", "version": "1.7", "author": "Anthony Holloway", "icons": { "64": "icons\/controller-64.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/CGI\/*", "*:\/\/*\/Device_Information.html" ], "js": [ "jquery-3.5.1.min.js", "cisco-phone-controller.js" ] } ] } |