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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } ] } |