Corona Vaccine Availability Alerts

get Corona Vaccine Availability Alerts

Vad är Corona Vaccine Availability Alerts?

Corona Vaccine Availability Alerts är en Chrome-tillägg utvecklad av https://softwareprince.com, och dess huvudfunktion är "get Corona Vaccine Availability Alerts".

Tilläggsskärmbilder

screenshot

Ladda ner Corona Vaccine Availability Alerts-förlängningens CRX-fil

Ladda ner Corona Vaccine Availability Alerts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Corona Vaccine Availability Alerts Corona Vaccine Availability Alerts
ID mobcfmolmjckfioihaefmhpihpocpanm
Officiell webbadress https://chromewebstore.google.com/detail/corona-vaccine-availabili/mobcfmolmjckfioihaefmhpihpocpanm
Beskrivning get Corona Vaccine Availability Alerts
Filstorlek 84.33 KB
Antal Installationer 83
Aktuell Version 1.1
Senast Uppdaterad 2022-10-31
Publiceringsdatum 2021-04-19
Utvecklare https://softwareprince.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
Hjälpsida URL https://SoftwarePrince.com/?src=CoronaExt&page=chromestore
URL till Sekretesspolicy Sidan https://softwareprince.com/PrivacyPolicy
Stödda Språk 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
    }
}