VA-ical

Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.

Apa itu VA-ical?

VA-ical adalah ekstensi Chrome yang dikembangkan oleh https://www.lexinode.com, dan fitur utamanya adalah "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VA-ical

Unduh file ekstensi VA-ical dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VA-ical VA-ical
ID majcpkcaegodbomddcgehbhalknajbae
URL Resmi https://chromewebstore.google.com/detail/va-ical/majcpkcaegodbomddcgehbhalknajbae
Deskripsi Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/.
Ukuran File 17.65 KB
Jumlah Instalasi 78
Versi Saat Ini 0.1.0.1
Terakhir Diperbarui 2016-04-28
Tanggal Publikasi 2016-04-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.lexinode.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/spazfu/VA-ical
Bahasa yang Didukung 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\/*"
    ]
}