PingER
Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
Wat is PingER?
PingER is een Chrome-extensie ontwikkeld door Kishore Ithadi, en de belangrijkste functie is "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.".
Extensie Screenshots
Download het CRX-bestand van de extensie PingER
Download PingER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jcoegkmjenfpgmkoeomahaioddaajfdk |
Officiële URL | https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk |
Beschrijving | Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB. |
Bestandsgrootte | 207 KB |
Aantal Installaties | 84 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2019-11-19 |
Publicatiedatum | 2019-11-15 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Kishore Ithadi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/KishoreIthadi/Pinger |
Help Pagina-URL | https://github.com/KishoreIthadi/Pinger/issues |
URL van de Privacybeleid Pagina | https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE |
Ondersteunde Talen | 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:\/\/*\/*" ] } |