Corona Vaccine Availability Alerts

get Corona Vaccine Availability Alerts

什麼是Corona Vaccine Availability Alerts?

Corona Vaccine Availability Alerts是由https://softwareprince.com開發的Chrome擴展程式,該擴展的主要功能是“get Corona Vaccine Availability Alerts”。

擴展截圖

screenshot

下載Corona Vaccine Availability Alerts擴展crx文件

下載Corona Vaccine Availability Alerts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        this Corona Vaccine Availability Alerts extension can be used to get a notification when corona virus (covid-19) vaccine is available on your preferred hospital or pharmacy url. more details can be seen in the video https://youtu.be/mdeP1MQ7fw0


our other Publicly Available Chrome Extensions:
this extension can download entire website or offline use, you can also download websites in logged in form.
https://chrome.google.com/webstore/detail/httracker-web-downloader/jappiofnhfolelcaeoimjcodghnnkfb

Read Jokes, Be Happy
https://chrome.google.com/webstore/detail/dad-jokes/hphelbgimapmkcoelkoeeiebpiokglkh

WhatsApp Bulk Messages Sender Extension:
https://chrome.google.com/webstore/detail/whatsappbulk-message-free/bopldfphkpofocbidbipnnijhnjnbpoi

if you want us to build for you similar extensions or mobile apps or desktop software or websites, you can contact me at: https://sixer.co/ or https://softwareprince.com/                    

擴展基本資訊

名稱 Corona Vaccine Availability Alerts Corona Vaccine Availability Alerts
ID mobcfmolmjckfioihaefmhpihpocpanm
官方網址 https://chromewebstore.google.com/detail/corona-vaccine-availabili/mobcfmolmjckfioihaefmhpihpocpanm
簡介 get Corona Vaccine Availability Alerts
檔案大小 84.33 KB
安裝次數 83
目前版本 1.1
更新時間 2022-10-31
上架時間 2021-04-19
開發者 https://softwareprince.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
說明頁面URL https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
隱私政策頁面URL https://softwareprince.com/PrivacyPolicy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corona Vaccine Availability Alerts",
    "version": "1.1",
    "manifest_version": 2,
    "description": "get Corona Vaccine Availability Alerts",
    "browser_action": {
        "default_icon": "covid-19-vaccine.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications"
    ],
    "icons": {
        "192": "covid-19-vaccine.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "53.0"
        }
    },
    "background": {
        "scripts": [
            "bckground.js",
            "hot-reload.js",
            "log.js",
            "WhoIsUser.js",
            "bgrv.js"
        ],
        "persistent": true
    }
}