Automatic Visa appointment Scheduler
Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker
Automatic Visa appointment Schedulerคืออะไร?
Automatic Visa appointment Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย development และคุณลักษณะหลักของมันคือ "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automatic Visa appointment Scheduler
ดาวน์โหลดไฟล์ส่วนขยาย Automatic Visa appointment Scheduler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatic Visa appointment Scheduler will help you to fetch the better dates for your appointment and schedule the earliest date on behalf of you as soon as it will find an available slot & make your visa and appointment process easy and quicker.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Automatic Visa appointment Scheduler |
ID | gfbeadfocefodihjffachcmcodegbbjp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/automatic-visa-appointmen/gfbeadfocefodihjffachcmcodegbbjp |
คำอธิบาย | Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker |
ขนาดไฟล์ | 169 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2023-02-21 |
วันที่เผยแพร่ | 2022-11-25 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | development |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automatic Visa appointment Scheduler", "manifest_version": 3, "version": "0.0.3", "description": "Fetch better appointment dates, schedule earliest date from available slot. Make your visa and appointment process easy & quicker", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ "https:\/\/ais.usvisa-info.com\/*" ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "scripts\/jquery-3.6.1.min.js", "scripts\/jquery-ui.min.js", "scripts\/content.js" ], "matches": [ "https:\/\/ais.usvisa-info.com\/", "https:\/\/ais.usvisa-info.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "scripts\/script.js" ], "matches": [ "https:\/\/ais.usvisa-info.com\/*" ] } ] } |