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!”。

擴展截圖

screenshot
screenshot

下載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 Truww - COWIN INSTANT ALERT
ID fiaegdbangahpengjacdmpcggbnhbcaa
官方網址 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"
            ]
        }
    ]
}