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 |
公式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 |
Eメール | [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\/*" ] } |