Site Monitor
Monitors your websites and alerts you if any go down
Vad är Site Monitor?
Site Monitor är en Chrome-tillägg utvecklad av https://fivemile.xyz, och dess huvudfunktion är "Monitors your websites and alerts you if any go down".
Tilläggsskärmbilder
Ladda ner Site Monitor-förlängningens CRX-fil
Ladda ner Site Monitor-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
Keep track of the health of your websites. Site Monitor Chrome Extension alerts you if your site is inaccessible for any reason. Grundläggande Information om Tillägg
| Namn | |
| ID | cbnmlmhlmbfamcgadbenbekeijonjnjd |
| Officiell webbadress | https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd |
| Beskrivning | Monitors your websites and alerts you if any go down |
| Filstorlek | 726 KB |
| Antal Installationer | 440 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2017-09-29 |
| Publiceringsdatum | 2017-09-28 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://fivemile.xyz |
| Betalningssätt | free |
| Tilläggswebbplats | http://fivemile.xyz |
| Stödda Språk | 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:\/\/*\/"
]
} | |