PingER
Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
PingER क्या है?
PingER Kishore Ithadi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PingER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } |