Indian Covid Vaccine Slot Tracker

An Application to track covid vaccine slot on Cowin.

什麼是Indian Covid Vaccine Slot Tracker?

Indian Covid Vaccine Slot Tracker是由Shubham Mishra開發的Chrome擴展程式,該擴展的主要功能是“An Application to track covid vaccine slot on Cowin.”。

擴展截圖

screenshot
screenshot
screenshot

下載Indian Covid Vaccine Slot Tracker擴展crx文件

下載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
官方網址 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"
    }
}