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/."입니다.

확장 프로그램 스크린샷

screenshot

VA-ical 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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\/*"
    ]
}