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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}