Microsoft Bing Vaccine Finder

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

Microsoft Bing Vaccine Finder란 무엇입니까?

Microsoft Bing Vaccine Finder은(는) Microsoft Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your nearest COVID-19 vaccination center and slots availability in India"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Microsoft Bing Vaccine Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}