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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily and securely create calendar events for your Veterans Administration health appointments on https://www.myhealth.va.gov/."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VA-ical एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}