Book Covid-19 Vaccination Slots.
Extension to look for an empty vaccination slots.
Что такое Book Covid-19 Vaccination Slots.?
Book Covid-19 Vaccination Slots. - это расширение Chrome, разработанное prathameshnemade95, и его основная функция - "Extension to look for an empty vaccination slots.".
Снимки экрана расширения
Скачать файл CRX расширения Book Covid-19 Vaccination Slots.
Скачайте файлы расширений Book Covid-19 Vaccination Slots. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extensions helps you to look for an empty vaccination slot. The scan is done for next 6 days, if there's any slot available in next 6 days it would land you on the booking appointment page. Please land on the appointment page and then "Initialize" this extension. How to use this? a. Login into your account b. Click on Schedule appointment c. Filter it based on District/Pincode d. And click on search button e. Click on Initialise and then Start scan in the extension f. Once the slot is available it will be booked automatically. Note: It wont work on any other page except the appointment page. Please refresh your page, If the extension does not Initialize.
Основная информация о расширении
Название | Book Covid-19 Vaccination Slots. |
ID | nbihfiblmebjoppccegmiopkipcknedo |
Официальный URL | https://chromewebstore.google.com/detail/book-covid-19-vaccination/nbihfiblmebjoppccegmiopkipcknedo |
Описание | Extension to look for an empty vaccination slots. |
Размер файла | 70.28 KB |
Количество установок | 690 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2021-06-08 |
Дата публикации | 2021-05-10 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | prathameshnemade95 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Book Covid-19 Vaccination Slots.", "description": "Extension to look for an empty vaccination slots.", "manifest_version": 2, "version": "1.0.5", "icons": { "16": "vaccine16.png", "48": "vaccine48.png", "128": "vaccine128.png" }, "browser_action": { "default_icon": { "16": "vaccine16.png", "48": "vaccine48.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ] } |