Covid-19 Tracker
A utility to provide updates on Covid-19 coronavirus cases
Covid-19 Tracker란 무엇입니까?
Covid-19 Tracker은(는) https://coronatrends.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A utility to provide updates on Covid-19 coronavirus cases"입니다.
확장 프로그램 스크린샷
Covid-19 Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A utility to track current trends and historical information of of COVID-19 cases globally and state-wise in tabular and graphical view. FEATURES • Daily increase of counts in global and state-wise data for total, active, recovered and deceased cases. • Graphical view for comparing the growing trend. • Notifications of increase in total cases of coronavirus in menu bar. SOURCE FOR DATA We are fetching statistics of COVID-19 related cases and aggregating results to as per extension requirements making sure to show most authentic reports. Various sources and API used are as followed: • worldometer.info/coronavirus - using https://corona.lmao.ninja API • covid19india.org - using https://api.covid19india.org You can report tabular and graphical statistics related issues at [email protected] PERMISSIONS 1. Alarms: Used for fetching latest stats in background 2. Storage: Used to save stats temporarily We understand that permissions related to Alarm and Storage could be a concern for many users(including ourselves), it is our responsibility to use these permissions in most secure and judicious manner. For more information on privacy and the security of your data visit https://subtletab.com/#/privacy. PRIVACY POLICY We are not saving and accessing any personal information of the customers on our servers. For more information on privacy and the security of your data visit, https://subtletab.com/#/privacy. HELP & SUGGESTIONS You can reach out to us at [email protected] GET IN TOUCH Email us at [email protected] Twitter @_coronatrends_ Website: https://coronatrends.live
확장 프로그램 기본 정보
이름 | Covid-19 Tracker |
ID | ehpkefnpbbmohfkanokkjklihkjbamjm |
공식 URL | https://chromewebstore.google.com/detail/covid-19-tracker/ehpkefnpbbmohfkanokkjklihkjbamjm |
설명 | A utility to provide updates on Covid-19 coronavirus cases |
파일 크기 | 480 KB |
설치 횟수 | 140 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2020-08-01 |
출시 날짜 | 2020-04-28 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | https://coronatrends.live |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://coronatrends.live |
도움말 페이지 URL | https://coronatrends.live/support.html |
개인정보 보호 정책 페이지 URL | https://www.subtletab.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Akansh", "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" }, "default_title": "COVID-19 Tracker", "default_popup": "index.html" }, "description": "A utility to provide updates on Covid-19 coronavirus cases", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "64": "icons\/icon-64.png" }, "manifest_version": 2, "name": "Covid-19 Tracker", "permissions": [ "alarms", "storage", "https:\/\/api.coronatrends.live\/*" ], "background": { "scripts": [ "background.js" ] }, "version": "1.0.4", "incognito": "spanning" } |