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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
    }
}