CoWIN Pro

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

Qu'est-ce que CoWIN Pro ?

CoWIN Pro est une extension Chrome développée par Kumar, et sa fonction principale est "The User Experience Enhancer for India's Co-WIN Site and App.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CoWIN Pro

Téléchargez les fichiers d'extension CoWIN Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CoWIN Pro CoWIN Pro
ID leebmggfmncbgjnjlfbbekamkiimhlkl
URL Officiel https://chromewebstore.google.com/detail/cowin-pro/leebmggfmncbgjnjlfbbekamkiimhlkl
Description The User Experience Enhancer for India's Co-WIN Site and App.
Taille du Fichier 212 KB
Nombre d'Installations 294
Version Actuelle 3.2.0
Dernière Mise à Jour 2021-07-06
Date de Publication 2021-06-02
Évaluation 5.00/5 Total 18 Évaluations
Développeur Kumar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sucom.github.io/CoWinPro/
URL de la Page d'Aide https://github.com/sucom/CoWinPro/issues
Langues Prises en Charge 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"
    }
}