Covid-19 Tracker

A utility to provide updates on Covid-19 coronavirus cases

Covid-19 Tracker क्या है?

Covid-19 Tracker https://coronatrends.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A utility to provide updates on Covid-19 coronavirus cases"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Covid-19 Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}