Site Monitor
Monitors your websites and alerts you if any go down
What is Site Monitor?
Site Monitor is a Chrome extension developed by https://fivemile.xyz, and its main feature is "Monitors your websites and alerts you if any go down".
Extension Screenshots
Download Site Monitor Extension CRX File
Download Site Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Keep track of the health of your websites. Site Monitor Chrome Extension alerts you if your site is inaccessible for any reason.
Extension Basic Information
Name | Site Monitor |
ID | cbnmlmhlmbfamcgadbenbekeijonjnjd |
Official URL | https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd |
Description | Monitors your websites and alerts you if any go down |
File Size | 726 KB |
Installation Count | 440 |
Current Version | 1.0.2 |
Last Updated | 2017-09-29 |
Publish Date | 2017-09-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://fivemile.xyz |
Payment Type | free |
Extension Website | http://fivemile.xyz |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site Monitor", "description": "Monitors your websites and alerts you if any go down", "version": "1.0.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "ok-icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "background", "http:\/\/*\/", "https:\/\/*\/" ] } |