CoWIN Vaccine Booking Bot
A faster & Better way to book your vaccine slot in India
CoWIN Vaccine Booking Botとは何ですか?
CoWIN Vaccine Booking Botはprakashaaditya18によって開発されたChromeの拡張機能で、その主な機能は「A faster & Better way to book your vaccine slot in India」です。
拡張機能のスクリーンショット
CoWIN Vaccine Booking Bot拡張機能のCRXファイルをダウンロード
CoWIN Vaccine Booking Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A faster & Better way to book your vaccine slot in India. If you find this extension helpful. Please help at least 2 other People and told them to help other 2. So that it will be helpful for others for their survival in the Pandemic.
Thank You
Aaditya Prakash
SRMIST ( CSE'23 ) 拡張機能の基本情報
| 名前 | |
| ID | ajjahafbjfkepefpaleijlblkopkgmgh |
| 公式URL | https://chromewebstore.google.com/detail/cowin-vaccine-booking-bot/ajjahafbjfkepefpaleijlblkopkgmgh |
| 説明 | A faster & Better way to book your vaccine slot in India |
| ファイルサイズ | 182 KB |
| インストール数 | 1,221 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2021-07-03 |
| 公開日 | 2021-07-03 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | prakashaaditya18 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Aaditya Prakash",
"name": "CoWIN Vaccine Booking Bot",
"description": "A faster & Better way to book your vaccine slot in India",
"version": "2.0",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/favicon-16x16.png",
"32": "\/images\/favicon-32x32.png",
"48": "\/images\/favicon-32x32.png",
"128": "\/images\/favicon-128x128.png"
}
},
"icons": {
"16": "\/images\/favicon-16x16.png",
"32": "\/images\/favicon-32x32.png",
"48": "\/images\/favicon-32x32.png",
"128": "\/images\/favicon-128x128.png"
}
} | |