Microsoft Bing Vaccine Finder

Check your nearest COVID-19 vaccination center and slots availability in India

Τι είναι το Microsoft Bing Vaccine Finder;

Το Microsoft Bing Vaccine Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Microsoft Corporation, και η κύρια λειτουργία του είναι "Check your nearest COVID-19 vaccination center and slots availability in India".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Microsoft Bing Vaccine Finder

Λήψη αρχείων επέκτασης Microsoft Bing Vaccine Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use the Microsoft Bing Vaccine Finder extension to check COVID-19 vaccine availability in India. This extension is based on Co-WIN Public APIs which ensures trustworthy information and real-time vaccine slot availability. 

Booking a slot is now easier than ever -
•	Search by entering your PIN or selecting your district. 
•	Find a vaccine center nearby with available slots. You can also filter the results by age group.
•	Once you find a slot that works for you, visit Co-WIN to book an appointment. 

By installing this extension, you agree to the Terms of Service at: http://www.microsoft.com/en-us/servicesagreement/ and Privacy Statement at https://privacy.microsoft.com/en-us/privacystatement                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Microsoft Bing Vaccine Finder Microsoft Bing Vaccine Finder
ID ihfpgophcmemgegpmhpdadmcffkejpaj
Επίσημο URL https://chromewebstore.google.com/detail/microsoft-bing-vaccine-fi/ihfpgophcmemgegpmhpdadmcffkejpaj
Περιγραφή Check your nearest COVID-19 vaccination center and slots availability in India
Μέγεθος Αρχείου 23.11 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 1.0.0.2
Τελευταία Ενημέρωση 2022-06-03
Ημερομηνία Δημοσίευσης 2021-06-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Microsoft Corporation
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://go.microsoft.com/fwlink?LinkId=521839
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16x16.png"
        },
        "default_popup": "background.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_ExtnDescription__",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ExtnName__",
    "permissions": [
        "http:\/\/g.ceipmsn.com\/*",
        "https:\/\/*.bing.com\/*",
        "https:\/\/*.microsoft.com\/*",
        "https:\/\/*.google.com\/*",
        "cookies",
        "notifications",
        "storage"
    ],
    "short_name": "__MSG_ExtnName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2"
}