VA-ical
Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Wat is VA-ical?
VA-ical is een Chrome-extensie ontwikkeld door https://www.lexinode.com, en de belangrijkste functie is "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".
Extensie Screenshots
Download het CRX-bestand van de extensie VA-ical
Download VA-ical-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | majcpkcaegodbomddcgehbhalknajbae |
| Officiële URL | https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae |
| Beschrijving | Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/. |
| Bestandsgrootte | 17.65 KB |
| Aantal Installaties | 78 |
| Huidige Versie | 0.1.0.1 |
| Laatst Bijgewerkt | 2016-04-28 |
| Publicatiedatum | 2016-04-28 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://www.lexinode.com |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/spazfu/VA-ical |
| Ondersteunde Talen | 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\/*"
]
} | |