VA-ical

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

Cos'è VA-ical?

VA-ical è un'estensione di Chrome sviluppata da https://www.lexinode.com, e la sua funzione principale è "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VA-ical

Scarica i file di estensione VA-ical in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VA-ical VA-ical
ID majcpkcaegodbomddcgehbhalknajbae
URL Ufficiale https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae
Descrizione Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Dimensione del File 17.65 KB
Conteggio Installazioni 78
Versione Corrente 0.1.0.1
Ultimo Aggiornamento 2016-04-28
Data di Pubblicazione 2016-04-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.lexinode.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/spazfu/VA-ical
Lingue Supportate 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\/*"
    ]
}