MOT Booking Summary Printout. MOTBooking.com
MOT Booking Summary Printout. MOTBooking.com
ما هو MOT Booking Summary Printout. MOTBooking.com؟
MOT Booking Summary Printout. MOTBooking.com هو إضافة Chrome تم تطويرها بواسطة MOTBooking.com، والميزة الرئيسية لها هي "MOT Booking Summary Printout. MOTBooking.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MOT Booking Summary Printout. MOTBooking.com
قم بتنزيل ملفات الامتداد MOT Booking Summary Printout. MOTBooking.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is used to create a summary print out of the logged in vehicle when using the new DVSA MOT website. When you have logged the car in and you select the vehicle details before you click ‘Start MOT test’ button click the MOT icon at the top right of the page. This will then create a summary printout like the old system did. You can see what time you logged the car in, input you brake details, see who is doing the test and more…
معلومات أساسية عن التمديد
الاسم | |
ID | fiknbgmnhkgchncmnampafgdlhppjnbb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb |
الوصف | MOT Booking Summary Printout. MOTBooking.com |
حجم الملف | 121 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 6.0 |
آخر تحديث | 2015-08-23 |
تاريخ النشر | 2015-08-23 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | MOTBooking.com |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MOT Booking Summary Printout. MOTBooking.com", "description": "MOT Booking Summary Printout. MOTBooking.com", "version": "6.0", "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/jquery.js" ] } } |