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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } } |