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
公式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
Eメール [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"
            ]
        }
    ]
}