VA-ical

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

Qu'est-ce que VA-ical ?

VA-ical est une extension Chrome développée par https://www.lexinode.com, et sa fonction principale est "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VA-ical

Téléchargez les fichiers d'extension VA-ical 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

                        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.                    

Informations de Base sur l'Extension

Nom VA-ical VA-ical
ID majcpkcaegodbomddcgehbhalknajbae
URL Officiel https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae
Description Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Taille du Fichier 17.65 KB
Nombre d'Installations 78
Version Actuelle 0.1.0.1
Dernière Mise à Jour 2016-04-28
Date de Publication 2016-04-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.lexinode.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/spazfu/VA-ical
Langues Prises en Charge 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\/*"
    ]
}