CoWIN Pro

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

CoWIN Proคืออะไร?

CoWIN Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kumar และคุณลักษณะหลักของมันคือ "The User Experience Enhancer for India's Co-WIN Site and App."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoWIN Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}