PingER
Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
Vad är PingER?
PingER är en Chrome-tillägg utvecklad av Kishore Ithadi, och dess huvudfunktion är "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.".
Tilläggsskärmbilder
Ladda ner PingER-förlängningens CRX-fil
Ladda ner PingER-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jcoegkmjenfpgmkoeomahaioddaajfdk |
Officiell webbadress | https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk |
Beskrivning | Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB. |
Filstorlek | 207 KB |
Antal Installationer | 84 |
Aktuell Version | 0.0.0.3 |
Senast Uppdaterad | 2019-11-19 |
Publiceringsdatum | 2019-11-15 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Kishore Ithadi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/KishoreIthadi/Pinger |
Hjälpsida URL | https://github.com/KishoreIthadi/Pinger/issues |
URL till Sekretesspolicy Sidan | https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE |
Stödda Språk | 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:\/\/*\/*" ] } |