Corona Vaccine Availability Alerts

get Corona Vaccine Availability Alerts

Qu'est-ce que Corona Vaccine Availability Alerts ?

Corona Vaccine Availability Alerts est une extension Chrome développée par https://softwareprince.com, et sa fonction principale est "get Corona Vaccine Availability Alerts".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Corona Vaccine Availability Alerts

Téléchargez les fichiers d'extension Corona Vaccine Availability Alerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Corona Vaccine Availability Alerts Corona Vaccine Availability Alerts
ID mobcfmolmjckfioihaefmhpihpocpanm
URL Officiel https://chromewebstore.google.com/detail/corona-vaccine-availabili/mobcfmolmjckfioihaefmhpihpocpanm
Description get Corona Vaccine Availability Alerts
Taille du Fichier 84.33 KB
Nombre d'Installations 83
Version Actuelle 1.1
Dernière Mise à Jour 2022-10-31
Date de Publication 2021-04-19
Développeur https://softwareprince.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
URL de la Page d'Aide https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
URL de la Page de Politique de Confidentialité https://softwareprince.com/PrivacyPolicy
Langues Prises en Charge 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
    }
}