Covigency - Vaccine Finder App

Find slots for vaccine on Cowin website and book that for you

Covigency - Vaccine Finder App क्या है?

Covigency - Vaccine Finder App mightguy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find slots for vaccine on Cowin website and book that for you"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Covigency - Vaccine Finder App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension helps you to find and book a slot for the covid vaccine in India from CoWin Govt. website. This extension also supports notifications in case your area got a new vaccine slot.                    

एक्सटेंशन की मूल जानकारी

नाम Covigency - Vaccine Finder App Covigency - Vaccine Finder App
ID jnlmlhaodchbjmoaobdjkocaaekooddn
आधिकारिक URL https://chrome.google.com/webstore/detail/covigency-vaccine-finder/jnlmlhaodchbjmoaobdjkocaaekooddn
विवरण Find slots for vaccine on Cowin website and book that for you
फ़ाइल का आकार 212 KB
स्थापना संख्या 160
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-05-17
प्रकाशन तिथि 2021-05-17
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर mightguy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Covigency - Vaccine Finder App",
    "short_name": "Covigency V-Finder",
    "author": "Lucky Sharma",
    "description": "Find slots for vaccine on Cowin website and book that for you",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/CV16.png",
        "32": "assets\/CV32.png",
        "48": "assets\/CV48.png",
        "128": "assets\/CV128.png"
    },
    "browser_action": {
        "default_title": "Covigency Vaccine Finder",
        "default_icon": "assets\/CV16.png",
        "default_popup": "views\/popup.html"
    },
    "options_page": "views\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/selfregistration.cowin.gov.in\/dashboard",
                "https:\/\/selfregistration.cowin.gov.in\/appointment"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}