CoWIN Pro

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

Wat is CoWIN Pro?

CoWIN Pro is een Chrome-extensie ontwikkeld door Kumar, en de belangrijkste functie is "The User Experience Enhancer for India's Co-WIN Site and App.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CoWIN Pro

Download CoWIN Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.
=== === === === === ===                    

Basisinformatie over de Extensie

Naam CoWIN Pro CoWIN Pro
ID leebmggfmncbgjnjlfbbekamkiimhlkl
Officiële URL https://chromewebstore.google.com/detail/cowin-pro/leebmggfmncbgjnjlfbbekamkiimhlkl
Beschrijving The User Experience Enhancer for India's Co-WIN Site and App.
Bestandsgrootte 212 KB
Aantal Installaties 294
Huidige Versie 3.2.0
Laatst Bijgewerkt 2021-07-06
Publicatiedatum 2021-06-02
Beoordeling 5.00/5 Totaal 18 Beoordelingen
Ontwikkelaar Kumar
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sucom.github.io/CoWinPro/
Help Pagina-URL https://github.com/sucom/CoWinPro/issues
Ondersteunde Talen 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"
    }
}