PerformanceGuard Web Timer
Measures webpage load and render time as you go around. Alerting and troubleshooting are available with the full version.
Τι είναι το PerformanceGuard Web Timer;
Το PerformanceGuard Web Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.capasystems.com, και η κύρια λειτουργία του είναι "Measures webpage load and render time as you go around. Alerting and troubleshooting are available with the full version.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PerformanceGuard Web Timer
Λήψη αρχείων επέκτασης PerformanceGuard Web Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
PerformanceGuard Web Timer does exactly what the name says. The page load time is displayed in your toolbar and with a click, you can see how much time was used to load content and as well as rendering time in the browser. Timings work with regular HTML pages as well as Single Page Applications (SPA's). When used with the full version of PerformanceGuard, you will be able to consolidate data from all computers in your organization. This allows for alerting and faster troubleshooting on your business applications whether they run on internal servers, hosted or if you are using any cloud services.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PerformanceGuard Web Timer |
ID | gelgkjhdkdehhjeokbbkdplgkmhffnmc |
Επίσημο URL | https://chromewebstore.google.com/detail/performanceguard-web-time/gelgkjhdkdehhjeokbbkdplgkmhffnmc |
Περιγραφή | Measures webpage load and render time as you go around. Alerting and troubleshooting are available with the full version. |
Μέγεθος Αρχείου | 315 KB |
Αριθμός Εγκαταστάσεων | 2,807 |
Τρέχουσα Έκδοση | 1.0.65 |
Τελευταία Ενημέρωση | 2020-12-22 |
Ημερομηνία Δημοσίευσης | 2020-06-03 |
Προγραμματιστής | https://www.capasystems.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.capasystems.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.capasystems.com/support/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlW2uK6JOGU+LDlEYwYQXvJtZt0yY+FLg22ucixNwIXcVyIBFUn02\/YmgGfpWnx7ITrUadldg4oBLyJItwri1ZHsaDrdvJkeykkdiZTMlg+qIZGpzVq+ZCVYfc0o4IiTJjz\/L4lOYmPDD01GNjqkEcGtbXHm7QgNLCO3cZmxqsGMrTAJyU03FO5AYRduvxRlvuwnfX67XY94XO17Y8egz+za7Yyfisn3GyY9HyvwsbgPK01vchhktXGIg\/ZPLVcb5umgAuMyzZvcpDtX7BIjmsM6qS9456vAVIqOwBEcT+NZzaeWQpHrLl9PuTB60ENAzuHDHzakpU3ar6sya3MywGwIDAQAB", "manifest_version": 2, "name": "PerformanceGuard Web Timer", "description": "Measures webpage load and render time as you go around. Alerting and troubleshooting are available with the full version.", "version": "1.0.65", "background": { "scripts": [ "src\/StorageManager.js", "src\/background.js" ] }, "icons": { "16": "logo\/PG_Start_16x16px.png", "48": "logo\/PG_Start_48x48px.png", "128": "logo\/PG_Start_128x128px.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/StorageManager.js", "src\/performance.js" ], "run_at": "document_end" } ], "options_ui": { "page": "src\/options.html", "open_in_tab": true }, "permissions": [ "nativeMessaging", "tabs", "storage" ], "browser_action": { "default_popup": "src\/popup.html" } } |