Exoprise Service Watch
Exoprise Service Watch extension
Τι είναι το Exoprise Service Watch;
Το Exoprise Service Watch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://exoprise.com, και η κύρια λειτουργία του είναι "Exoprise Service Watch extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Exoprise Service Watch
Λήψη αρχείων επέκτασης Exoprise Service Watch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use Exoprise Service Watch to monitor the employee digital experience of SaaS, UCaaS, and desktop apps while you browse. Service Watch gives you visibility into the employee end-user experience of any web app no matter where they are located and each network condition. Use the Service Watch extension in conjunction with the CloudReady subscription to troubleshoot application slowdowns, triage network issues, and decipher connectivity problems. This extension captures network diagnostics and user experience for any app, any location, and any network. Limit data to just the apps or SaaS services that need diagnosing. Capture session metrics across servers, SSO, Proxies, LAN/WAN, WiFi, and VPNs at home or on the road. To get the most out of Real User Monitoring, correlate it with CloudReady Synthetics. Real User Monitoring is great for diagnosing specific user or network issues but for a complete picture, deploy Service Watch along with CloudReady Synthetic Monitoring. Synthetic Monitoring gives you a long-term baseline of your apps’ performance, advance notice of problems, and a historical record to refer back to. Real user monitoring lets you pin point specific locations on the fly and drill into what a real user is really seeing.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Exoprise Service Watch |
ID | dphhcbhnnmpgnfimjdccmjagngkeoikh |
Επίσημο URL | https://chromewebstore.google.com/detail/exoprise-service-watch/dphhcbhnnmpgnfimjdccmjagngkeoikh |
Περιγραφή | Exoprise Service Watch extension |
Μέγεθος Αρχείου | 410 KB |
Αριθμός Εγκαταστάσεων | 120 |
Τρέχουσα Έκδοση | 0.1.175 |
Τελευταία Ενημέρωση | 2024-02-20 |
Ημερομηνία Δημοσίευσης | 2020-04-16 |
Προγραμματιστής | https://exoprise.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.exoprise.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.exoprise.com/products/service-watch/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.exoprise.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.175", "manifest_version": 3, "description": "__MSG_appDescription__", "options_page": "html\/options.html", "action": { "default_icon": { "16": "images\/swmb-16x16t.png", "24": "images\/swmb-24x24t.png", "32": "images\/swmb-32x32t.png", "48": "images\/swmb-48x48t.png", "128": "images\/swmb-128x128t.png" }, "default_title": "__MSG_appName__", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/swmb-16x16t.png", "24": "images\/swmb-24x24t.png", "32": "images\/swmb-32x32t.png", "48": "images\/swmb-48x48t.png", "128": "images\/swmb-128x128t.png" }, "permissions": [ "activeTab", "alarms", "storage", "webRequest", "scripting", "nativeMessaging" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/popup.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/observer.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "images\/reload-32.png" ], "extension_ids": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/secure.exoprise.com\/*", "https:\/\/thumper.exoprise.com\/*" ] }, "default_locale": "en" } |