Corona Vaccine Availability Alerts

get Corona Vaccine Availability Alerts

What is Corona Vaccine Availability Alerts?

Corona Vaccine Availability Alerts is a Chrome extension developed by https://softwareprince.com, and its main feature is "get Corona Vaccine Availability Alerts".

Extension Screenshots

screenshot

Download Corona Vaccine Availability Alerts Extension CRX File

Download Corona Vaccine Availability Alerts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Corona Vaccine Availability Alerts Corona Vaccine Availability Alerts
ID mobcfmolmjckfioihaefmhpihpocpanm
Official URL https://chromewebstore.google.com/detail/corona-vaccine-availabili/mobcfmolmjckfioihaefmhpihpocpanm
Description get Corona Vaccine Availability Alerts
File Size 84.33 KB
Installation Count 83
Current Version 1.1
Last Updated 2022-10-31
Publish Date 2021-04-19
Developer https://softwareprince.com
Email [email protected]
Payment Type in_app
Extension Website https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
Help Page URL https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
Privacy Policy Page URL https://softwareprince.com/PrivacyPolicy
Supported Languages 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
    }
}