DVSA Booking Helper
This extension helps rapidly identify and select bookings for DVSA tests.
DVSA Booking Helperคืออะไร?
DVSA Booking Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dvsaautobook และคุณลักษณะหลักของมันคือ "This extension helps rapidly identify and select bookings for DVSA tests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DVSA Booking Helper
ดาวน์โหลดไฟล์ส่วนขยาย DVSA Booking Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension automatically scans and searches for available test dates. It runs while you watch and selects dates based on your settings. This helps you beat the bots that are scraping these sites every day delaying you from getting test dates!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DVSA Booking Helper |
ID | imkoclipaepbamkaicinkigpofinbdid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid |
คำอธิบาย | This extension helps rapidly identify and select bookings for DVSA tests. |
ขนาดไฟล์ | 2.03 MB |
จำนวนการติดตั้ง | 2,242 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-10-08 |
วันที่เผยแพร่ | 2023-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | dvsaautobook |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DVSA Booking Helper", "description": "This extension helps rapidly identify and select bookings for DVSA tests.", "version": "1.1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "dvsa16.png", "48": "dvsa48.png", "128": "dvsa128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "scripts\/sw-min.js" }, "content_scripts": [ { "js": [ "scripts\/cr-min.js" ], "matches": [ "https:\/\/driverpracticaltest.dvsa.gov.uk\/*" ] } ] } |