CoWIN Pro

The User Experience Enhancer for India's Co-WIN Site and App.

什麼是CoWIN Pro?

CoWIN Pro是由Kumar開發的Chrome擴展程式,該擴展的主要功能是“The User Experience Enhancer for India's Co-WIN Site and App.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載CoWIN Pro擴展crx文件

下載CoWIN Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        In the public interest, Co-WIN App's User Interface has been enhanced for easy appointment booking. We wish you to get your vaccine soon. Stay Safe!

Why CoWIN Pro?

+ Shows only centers with available slots.
+ Ability to filter by multiple Center Name(s), PIN(s) or Area(s) within District or PIN search.
+ Ability to filter by Dose-1 or Dose-2.
+ Retains Age, Vaccine and Fee based filters on repeated search.
+ Shows counts of available slots in centers with last search time stamp.
+ Retains Last search selection(s) for future search.

For more details and screenshots visit [ Website ].

What's New:
v3.2.0
+ fixes for CoWin Site updates

v3.1.0
+ Support for browser tabs
+ New Refresh Icon for easy refresh

v3.0.2
+ Firefox add-ons
+ Minor UI alignment fixes

v3.0.1
+ Minor UI alignment fixes

v3.0.0
+ Auto Refresh ( Please use wisely. Otherwise, your account will be locked by Co-WIN ! )
+ Mobile Browser ( Kiwi Browser with extension )
+ Minor UI enhancements

v2.0.2
+ Default to District Search
+ New Home Page
+ Minor fixes and enhancements

What's New:
v2.0.1
+ Help Tool Tip
+ Minor fixes and enhancements

v2.0.0
+ Pro Filter on Public Search Results (Desktop and Mobile View)
+ Minor fixes

v1.1.0
+ Center, PIN, Area Filter

Disclaimer:
For a better user experience, your last navigation history is stored (encrypted) only in “this browser” and on Logout, the same will be removed from the browser and no information is stored elsewhere.

This extension is created only for the purpose of better user experience and to ease the appointment booking with relevant available slots information for timely booking. This extension should not be used as a bot.

=== === === === === ===
LICENSE / Terms of Use:

Copyright 2021 Kumar.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software, to deal in the Software without restriction, including without limitation the rights to use the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY OR ANY LEGAL COMPLIANCE, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=== === === === === ===                    

擴展基本資訊

名稱 CoWIN Pro CoWIN Pro
ID leebmggfmncbgjnjlfbbekamkiimhlkl
官方網址 https://chromewebstore.google.com/detail/cowin-pro/leebmggfmncbgjnjlfbbekamkiimhlkl
簡介 The User Experience Enhancer for India's Co-WIN Site and App.
檔案大小 212 KB
安裝次數 294
目前版本 3.2.0
更新時間 2021-07-06
上架時間 2021-06-02
評分 5.00/5 共 18 次評分
開發者 Kumar
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sucom.github.io/CoWinPro/
說明頁面URL https://github.com/sucom/CoWinPro/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoWIN Pro",
    "version": "3.2.0",
    "description": "The User Experience Enhancer for India's Co-WIN Site and App.",
    "author": "Kumar P",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/selfregistration.cowin.gov.in\/*",
                "https:\/\/www.cowin.gov.in\/*",
                "https:\/\/cowin.gov.in\/*"
            ],
            "js": [
                "xlib\/jquery-3.6.0.min.js",
                "xlib\/CryptoJSv3.1.2-core.min.js",
                "xlib\/CryptoJSv3.1.2-aes.min.js",
                "main.min.js"
            ],
            "css": [
                "main.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "CoWin Pro: The UX Enhancer",
        "default_popup": "main.min.html"
    }
}