VA-ical

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

VA-icalคืออะไร?

VA-ical เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.lexinode.com และคุณลักษณะหลักของมันคือ "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VA-ical

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
    ]
}