VA-ical
Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
What is VA-ical?
VA-ical is a Chrome extension developed by https://www.lexinode.com, and its main feature is "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".
Extension Screenshots
Download VA-ical Extension CRX File
Download VA-ical extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VA-ical |
ID | majcpkcaegodbomddcgehbhalknajbae |
Official URL | 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/. |
File Size | 17.65 KB |
Installation Count | 78 |
Current Version | 0.1.0.1 |
Last Updated | 2016-04-28 |
Publish Date | 2016-04-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.lexinode.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/spazfu/VA-ical |
Supported Languages | 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\/*" ] } |