Truww - COWIN INSTANT ALERT
Run this extension on the COWIN search page to get instant alerts!
什么是Truww - COWIN INSTANT ALERT?
Truww - COWIN INSTANT ALERT是由https://truww.com开发的Chrome扩展程序,该扩展的主要功能是“Run this extension on the COWIN search page to get instant alerts!”。
扩展截图
下载Truww - COWIN INSTANT ALERT扩展crx文件
下载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" ] } ] } |