Coronavirus Tips New Tab

Do the five! Stop the spread of the coronavirus every time you open a new tab.

Coronavirus Tips New Tab क्या है?

Coronavirus Tips New Tab Rise Vision द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Do the five! Stop the spread of the coronavirus every time you open a new tab."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Coronavirus Tips New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        By now we all know the best practices to stop the spread of the coronavirus, but forming new habits and adjusting to a new norm can be challenging. Help encourage good hand hygiene, social distancing, and more by using the coronavirus awareness extension. Every time you open a new tab, you’ll be reminded to wash your hands, avoid touching your face, plus other helpful tips.

Use the coronavirus awareness extension to keep your loved ones safe, to maintain healthy business operations, and to keep hygiene top of mind for students. Lots of computers on your school or business’s network? Install the coronavirus awareness extension on all of them to reduce the risk of people getting sick and putting others at risk.

For more information, see: https://www.risevision.com/

By installing this item, you agree to the Rise Vision terms of service, terms of use, and privacy policy.
https://help.risevision.com/hc/en-us/articles/360000924446-Terms-of-Service
https://help.risevision.com/hc/en-us/articles/360028973051-Terms-of-Use
https://help.risevision.com/hc/en-us/articles/360000915023-Privacy-Policy                    

एक्सटेंशन की मूल जानकारी

नाम Coronavirus Tips New Tab Coronavirus Tips New Tab
ID konbgoghafhpdebefnmcbbmbgoakjfkp
आधिकारिक URL https://chrome.google.com/webstore/detail/coronavirus-tips-new-tab/konbgoghafhpdebefnmcbbmbgoakjfkp
विवरण Do the five! Stop the spread of the coronavirus every time you open a new tab.
फ़ाइल का आकार 16.85 KB
स्थापना संख्या 16
वर्तमान संस्करण 2020.04.02.6583
अंतिम अपडेट 2020-04-02
प्रकाशन तिथि 2020-04-02
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर Rise Vision
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.risevision.com/
सहायता पृष्ठ URL https://www.risevision.com/contact-us
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coronavirus Tips New Tab",
    "description": "Do the five! Stop the spread of the coronavirus every time you open a new tab.",
    "version": "2020.04.02.6583",
    "manifest_version": 2,
    "content_security_policy": "script-src https:\/\/cdn.segment.com\/ 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "icons": {
        "16": "images\/icon-with-padding-16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon-with-padding-48.png",
        "128": "images\/icon-with-padding-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}