VA-ical
Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Vad är VA-ical?
VA-ical är en Chrome-tillägg utvecklad av https://www.lexinode.com, och dess huvudfunktion är "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".
Tilläggsskärmbilder
Ladda ner VA-ical-förlängningens CRX-fil
Ladda ner VA-ical-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | majcpkcaegodbomddcgehbhalknajbae |
| Officiell webbadress | https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae |
| Beskrivning | Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/. |
| Filstorlek | 17.65 KB |
| Antal Installationer | 78 |
| Aktuell Version | 0.1.0.1 |
| Senast Uppdaterad | 2016-04-28 |
| Publiceringsdatum | 2016-04-28 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://www.lexinode.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/spazfu/VA-ical |
| Stödda Språk | 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\/*"
]
} | |