Indian Covid Vaccine Slot Tracker

An Application to track covid vaccine slot on Cowin.

Indian Covid Vaccine Slot Trackerคืออะไร?

Indian Covid Vaccine Slot Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubham Mishra และคุณลักษณะหลักของมันคือ "An Application to track covid vaccine slot on Cowin."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Indian Covid Vaccine Slot Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Indian Covid Vaccine Slot Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Application helps people keep track of Covid vaccine slots availability on Cowin.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Indian Covid Vaccine Slot Tracker Indian Covid Vaccine Slot Tracker
ID mbkoblihillkneidnmbgdaafdbgnejcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/indian-covid-vaccine-slot/mbkoblihillkneidnmbgdaafdbgnejcg
คำอธิบาย An Application to track covid vaccine slot on Cowin.
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 236
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2021-05-25
วันที่เผยแพร่ 2021-05-18
ผู้พัฒนา Shubham Mishra
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Indian Covid Vaccine Slot Tracker",
    "version": "0.0.2",
    "description": "An Application to track covid vaccine slot on Cowin.",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "128": ".\/images\/icon128.png",
        "48": ".\/images\/icon48.png",
        "16": ".\/images\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon16.png",
        "default_popup": "popup.html"
    }
}