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. 扩展基本信息
| 名称 | |
| ID | majcpkcaegodbomddcgehbhalknajbae |
| 官方URL | 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\/*"
]
} | |