CoWIN Slot Availablity Notifier

Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal

CoWIN Slot Availablity Notifierとは何ですか?

CoWIN Slot Availablity NotifierはAbhijeet Sharmaによって開発されたChromeの拡張機能で、その主な機能は「Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CoWIN Slot Availablity Notifier拡張機能のCRXファイルをダウンロード

CoWIN Slot Availablity Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use this extension to get notified of any available vaccination slot in your locality.
An alarm will go off whenever such a slot is found. Then, you can view the latest slot availability data in an easy-to-view tabular form.
Hence, using this will increase your chances of getting a vaccination appointment and you can focus on other tasks instead of continuously checking the slot availability.
We use APIs which have been made publicly available to be used by third-party applications.                    

拡張機能の基本情報

名前 CoWIN Slot Availablity Notifier CoWIN Slot Availablity Notifier
ID cijfoobajnpgpphocpkdcplfphadeaea
公式URL https://chromewebstore.google.com/detail/cowin-slot-availablity-no/cijfoobajnpgpphocpkdcplfphadeaea
説明 Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal
ファイルサイズ 12.06 KB
インストール数 746
現在のバージョン 1.2
最終更新日 2021-05-27
公開日 2021-05-16
評価 4.67/5 合計 6 レビュー
開発者 Abhijeet Sharma
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoWIN Slot Availablity Notifier",
    "description": "Notifies you by ringing an alarm-tone when required vaccination slot is available on the CoWIN portal",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": []
}