VA-ical
Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Hvad er VA-ical?
VA-ical er en Chrome-udvidelse udviklet af https://www.lexinode.com, og dens hovedfunktion er "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".
Udvidelsesskærmbilleder
Download VA-ical-udvidelses-CRX-fil
Download VA-ical-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | majcpkcaegodbomddcgehbhalknajbae |
| Officiel URL | https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae |
| Beskrivelse | Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/. |
| Filstørrelse | 17.65 KB |
| Antal Installationer | 78 |
| Nuværende Version | 0.1.0.1 |
| Senest Opdateret | 2016-04-28 |
| Udgivelsesdato | 2016-04-28 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://www.lexinode.com |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/spazfu/VA-ical |
| Understøttede Sprog | 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\/*"
]
} | |