PingER
Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
Τι είναι το PingER;
Το PingER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kishore Ithadi, και η κύρια λειτουργία του είναι "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PingER
Λήψη αρχείων επέκτασης PingER σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Pinger will run in the background when the browser is closed. This extension will send an email and chrome desktop notification once your entities state is changed. You can also customize the interval of status check.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jcoegkmjenfpgmkoeomahaioddaajfdk |
Επίσημο URL | https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk |
Περιγραφή | Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB. |
Μέγεθος Αρχείου | 207 KB |
Αριθμός Εγκαταστάσεων | 84 |
Τρέχουσα Έκδοση | 0.0.0.3 |
Τελευταία Ενημέρωση | 2019-11-19 |
Ημερομηνία Δημοσίευσης | 2019-11-15 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Kishore Ithadi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/KishoreIthadi/Pinger |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/KishoreIthadi/Pinger/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PingER", "short_name": "PingER", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.", "version": "0.0.0.3", "icons": { "16": "images\/pingerX16.png", "32": "images\/pingerX32.png", "48": "images\/pingerX48.png", "128": "images\/pingerX128.png" }, "browser_action": { "default_icon": "images\/pingerX32.png", "default_popup": "pinger.html" }, "background": { "scripts": [ "scripts\/vendorjs.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ] }, "permissions": [ "background", "notifications", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |