Co-Win Slot Finder

Co-Win Slot Finder helps to find available vaccination center based on preference

Что такое Co-Win Slot Finder?

Co-Win Slot Finder - это расширение Chrome, разработанное Soumyarup Banik, и его основная функция - "Co-Win Slot Finder helps to find available vaccination center based on preference".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Co-Win Slot Finder

Скачайте файлы расширений Co-Win Slot Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Co-Win Slot Finder uses CoWin public API to search and filter all possible and available vaccination centers based on your location preference where slots available without logging into the cowin portal. 

Features:
1. Based on your State, District, Age Group, Dose and Vaccine choice, user can set their preference.
2. Clicking on the alert icon, once a slot is available, it will popup a notification in the screen.
3. Clicking on the Center name, it will open a google map from where user can locate the vaccination center.

N.B. This extension only give a list for available vaccination centers, this doesn't guarantee slot booking.

Releases:

0.1.3 Added notification sound.
0.1.5 Added preference based on the Dose number and preferred vaccine. Improved UI                    

Основная информация о расширении

Название Co-Win Slot Finder Co-Win Slot Finder
ID gblkgcmlfkljiapefjpeoaoeedknjoob
Официальный URL https://chromewebstore.google.com/detail/co-win-slot-finder/gblkgcmlfkljiapefjpeoaoeedknjoob
Описание Co-Win Slot Finder helps to find available vaccination center based on preference
Размер файла 1.7 MB
Количество установок 303
Текущая Версия 0.1.6
Последнее Обновление 2021-05-18
Дата публикации 2021-05-12
Рейтинг 4.13/5 Всего 8 оценок
Разработчик Soumyarup Banik
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Co-Win Slot Finder",
    "version": "0.1.6",
    "description": "Co-Win Slot Finder helps to find available vaccination center based on preference",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "32": "assets\/icon32.png"
    },
    "browser_action": {
        "default-icon": "assets\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": true
    }
}