VA-ical
Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
什麼是VA-ical?
VA-ical是由https://www.lexinode.com開發的Chrome擴展程式,該擴展的主要功能是“Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.”。
擴展截圖
下載VA-ical擴展crx文件
下載VA-ical擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | VA-ical |
ID | majcpkcaegodbomddcgehbhalknajbae |
官方網址 | https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae |
簡介 | Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/. |
檔案大小 | 17.65 KB |
安裝次數 | 78 |
目前版本 | 0.1.0.1 |
更新時間 | 2016-04-28 |
上架時間 | 2016-04-28 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://www.lexinode.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/spazfu/VA-ical |
支援的語言 | 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\/*" ] } |