PingER
Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
PingER là gì?
PingER là một tiện ích mở rộng Chrome được phát triển bởi Kishore Ithadi, và tính năng chính của nó là "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PingER
Tải xuống các tệp mở rộng PingER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jcoegkmjenfpgmkoeomahaioddaajfdk |
URL Chính Thức | https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk |
Mô tả | Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB. |
Kích Thước Tệp | 207 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2019-11-19 |
Ngày Phát Hành | 2019-11-15 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Kishore Ithadi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/KishoreIthadi/Pinger |
URL Trang Trợ Giúp | https://github.com/KishoreIthadi/Pinger/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |