DownMessage
Is the website down right now? Get real-time alerts of your favorite websites.
DownMessage란 무엇입니까?
DownMessage은(는) https://www.downmessage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Is the website down right now? Get real-time alerts of your favorite websites."입니다.
확장 프로그램 스크린샷
DownMessage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DownMessage monitors the status of your favorite websites and tells you when there's a website outage in their very early stages. We aim to provide real-time & reliable updates on the status of your favorite websites. DownMessage also provides comprehensive HTTP Status Codes troubleshooting guidances. To make sure that outage reports are correct and representative, we combine, analyze and verify messages in real-time, and report a down status when the number of down status reports is significantly higher than the baseline. If you encounter an error while loading a website, the DownMessage logo will be displayed in a different color. Green means the website status is normal. Red alarm means the website is down and can not access at the moment. Yellow means there are some problems with the webpages you are trying to visit. Grey means that the website is not supported yet. By installing this extension, you acknowledge that you have read our privacy policy (https://www.downmessage.com/privacy-policy) and terms of use (https://www.downmessage.com/terms), and that you agree with them.
확장 프로그램 기본 정보
이름 | |
ID | nphdicckhfcmniodojggeilfnfldedba |
공식 URL | https://chrome.google.com/webstore/detail/downmessage/nphdicckhfcmniodojggeilfnfldedba |
설명 | Is the website down right now? Get real-time alerts of your favorite websites. |
파일 크기 | 454 KB |
설치 횟수 | 72 |
현재 버전 | 1.1.6 |
최근 업데이트 | 2022-01-12 |
출시 날짜 | 2021-11-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.downmessage.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.downmessage.com/ |
도움말 페이지 URL | https://www.downmessage.com/contact-us |
개인정보 보호 정책 페이지 URL | https://www.downmessage.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DownMessage", "description": "Is the website down right now? Get real-time alerts of your favorite websites.", "version": "1.1.6", "browser_action": { "default_popup": "index.html", "default_icon": { "16": ".\/images\/no-data-16px.png", "19": ".\/images\/no-data-19px.png", "32": ".\/images\/no-data-32px.png", "38": ".\/images\/no-data-38px.png" } }, "icons": { "16": ".\/images\/down-logo-16.png", "48": ".\/images\/down-logo-48.png", "128": ".\/images\/down-logo-128.png" }, "permissions": [ "tabs", "storage", "cookies", "*:\/\/*.downmessage.com\/*", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |