DVSA Booking Helper
This extension helps rapidly identify and select bookings for DVSA tests.
DVSA Booking Helper क्या है?
DVSA Booking Helper dvsaautobook द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps rapidly identify and select bookings for DVSA tests."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DVSA Booking Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |