VA-ical

Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.

Co to jest VA-ical?

VA-ical to rozszerzenie Chrome opracowane przez https://www.lexinode.com, a jego główną funkcją jest „Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VA-ical

Pobierz pliki rozszerzeń VA-ical w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        For each future appointment a secure button is created that allows you to easily add that appointment to your Google Calendar without all the extra manual inputing required normally.                    

Podstawowe informacje o rozszerzeniu

Nazwa VA-ical VA-ical
ID majcpkcaegodbomddcgehbhalknajbae
Oficjalny URL https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae
Opis Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Rozmiar pliku 17.65 KB
Liczba instalacji 78
Aktualna Wersja 0.1.0.1
Ostatnia Aktualizacja 2016-04-28
Data Publikacji 2016-04-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.lexinode.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/spazfu/VA-ical
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VA-ical",
    "version": "0.1.0.1",
    "description": "Easily and securely create calendar events for your Veterans Administration health appointments on https:\/\/www.myhealth.va.gov\/.",
    "icons": {
        "128": "images\/ic_insert_invitation_black_48dp.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.myhealth.va.gov\/mhv-portal-web\/mhv.portal?_nfpb=true&_pageLabel=appointments"
            ],
            "js": [
                "VA-ical.js"
            ],
            "css": [
                "VA-ical.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}