Co-Win Slot Finder
Co-Win Slot Finder helps to find available vaccination center based on preference
什麼是Co-Win Slot Finder?
Co-Win Slot Finder是由Soumyarup Banik開發的Chrome擴展程式,該擴展的主要功能是“Co-Win Slot Finder helps to find available vaccination center based on preference”。
擴展截圖
下載Co-Win Slot Finder擴展crx文件
下載Co-Win Slot Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Co-Win Slot Finder uses CoWin public API to search and filter all possible and available vaccination centers based on your location preference where slots available without logging into the cowin portal. Features: 1. Based on your State, District, Age Group, Dose and Vaccine choice, user can set their preference. 2. Clicking on the alert icon, once a slot is available, it will popup a notification in the screen. 3. Clicking on the Center name, it will open a google map from where user can locate the vaccination center. N.B. This extension only give a list for available vaccination centers, this doesn't guarantee slot booking. Releases: 0.1.3 Added notification sound. 0.1.5 Added preference based on the Dose number and preferred vaccine. Improved UI
擴展基本資訊
名稱 | Co-Win Slot Finder |
ID | gblkgcmlfkljiapefjpeoaoeedknjoob |
官方網址 | https://chromewebstore.google.com/detail/co-win-slot-finder/gblkgcmlfkljiapefjpeoaoeedknjoob |
簡介 | Co-Win Slot Finder helps to find available vaccination center based on preference |
檔案大小 | 1.7 MB |
安裝次數 | 303 |
目前版本 | 0.1.6 |
更新時間 | 2021-05-18 |
上架時間 | 2021-05-12 |
評分 | 4.13/5 共 8 次評分 |
開發者 | Soumyarup Banik |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Co-Win Slot Finder", "version": "0.1.6", "description": "Co-Win Slot Finder helps to find available vaccination center based on preference", "permissions": [ "notifications", "storage" ], "icons": { "32": "assets\/icon32.png" }, "browser_action": { "default-icon": "assets\/icon32.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js", "runtime.js" ], "persistent": true } } |