DVSA Booking Helper
This extension helps rapidly identify and select bookings for DVSA tests.
DVSA Booking Helper là gì?
DVSA Booking Helper là một tiện ích mở rộng Chrome được phát triển bởi dvsaautobook, và tính năng chính của nó là "This extension helps rapidly identify and select bookings for DVSA tests.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DVSA Booking Helper
Tải xuống các tệp mở rộng DVSA Booking Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DVSA Booking Helper |
ID | imkoclipaepbamkaicinkigpofinbdid |
URL Chính Thức | https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid |
Mô tả | This extension helps rapidly identify and select bookings for DVSA tests. |
Kích Thước Tệp | 2.03 MB |
Số Lần Cài Đặt | 2,242 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-10-08 |
Ngày Phát Hành | 2023-08-16 |
Đánh Giá | 5.00/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | dvsaautobook |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |