US Visa Slot Finder
Searches a slot for you! Make your life easy!!!
US Visa Slot Finderคืออะไร?
US Visa Slot Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weheardyou7 และคุณลักษณะหลักของมันคือ "Searches a slot for you! Make your life easy!!!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย US Visa Slot Finder
ดาวน์โหลดไฟล์ส่วนขยาย US Visa Slot Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension refreshes the US VISA appointment webpage continuously searching for an appointment. Currently, it will not book the slot but will display available date as soon as they are available.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | US Visa Slot Finder |
ID | kfnfjifmokgpbjgmbckdhnjphhaefdoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh |
คำอธิบาย | Searches a slot for you! Make your life easy!!! |
ขนาดไฟล์ | 1.44 MB |
จำนวนการติดตั้ง | 289 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-07-10 |
วันที่เผยแพร่ | 2022-07-10 |
ผู้พัฒนา | weheardyou7 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "US Visa Slot Finder", "short_name": "US Visa Slot Finder", "version": "1.0", "author": "Estate Bytes", "description": "Searches a slot for you! Make your life easy!!!", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "action": { "default_title": "Auto Refresher", "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "options_page": "options.html" } |