Truww - COWIN INSTANT ALERT
Run this extension on the COWIN search page to get instant alerts!
Что такое Truww - COWIN INSTANT ALERT?
Truww - COWIN INSTANT ALERT - это расширение Chrome, разработанное https://truww.com, и его основная функция - "Run this extension on the COWIN search page to get instant alerts!".
Снимки экрана расширения
Скачать файл CRX расширения Truww - COWIN INSTANT ALERT
Скачайте файлы расширений Truww - COWIN INSTANT ALERT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Truww COWIN alerts you on slot availability directly on the COWIN website. It checks for slot availability every 60 seconds (configurable) and alerts on slot availability playing a voice note so you can immediately book your slot. Instead of depending on the API this extension directly checks through the website with a logged in user session and hence it can check for slots realtime. Note: This plugin does not book the slot for you and it has to be done by you only. Also note that your login session may expire every few minutes. We strongly recommend you try this plugin only on specific hours of the day when new slots are expected.
Основная информация о расширении
Название | Truww - COWIN INSTANT ALERT |
ID | fiaegdbangahpengjacdmpcggbnhbcaa |
Официальный URL | https://chromewebstore.google.com/detail/truww-cowin-instant-alert/fiaegdbangahpengjacdmpcggbnhbcaa |
Описание | Run this extension on the COWIN search page to get instant alerts! |
Размер файла | 33.78 KB |
Количество установок | 360 |
Текущая Версия | 1.5 |
Последнее Обновление | 2021-05-16 |
Дата публикации | 2021-05-08 |
Рейтинг | 3.71/5 Всего 7 оценок |
Разработчик | https://truww.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Truww - COWIN INSTANT ALERT", "description": "Run this extension on the COWIN search page to get instant alerts!", "version": "1.5", "manifest_version": 2, "incognito": "spanning", "content_scripts": [ { "matches": [ "https:\/\/*.cowin.gov.in\/*", "https:\/\/selfregistration.cowin.gov.in\/appointment" ], "js": [ "jquery-2.2.4.min.js", "background.js" ] } ] } |