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/.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VA-ical
قم بتنزيل ملفات الامتداد VA-ical بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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\/*"
]
} | |