VA-ical
Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Was ist VA-ical?
VA-ical ist eine Chrome-Erweiterung, die von https://www.lexinode.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".
Erweiterungsscreenshots
VA-ical-Erweiterungs-CRX-Datei herunterladen
Laden Sie VA-ical-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VA-ical |
ID | majcpkcaegodbomddcgehbhalknajbae |
Offizielle URL | https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae |
Beschreibung | Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/. |
Dateigröße | 17.65 KB |
Installationsanzahl | 78 |
Aktuelle Version | 0.1.0.1 |
Letztes Update | 2016-04-28 |
Veröffentlichungsdatum | 2016-04-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.lexinode.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/spazfu/VA-ical |
Unterstützte Sprachen | 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\/*" ] } |