MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com là gì?

MOT Booking Summary Printout. MOTBooking.com là một tiện ích mở rộng Chrome được phát triển bởi MOTBooking.com, và tính năng chính của nó là "MOT Booking Summary Printout. MOTBooking.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MOT Booking Summary Printout. MOTBooking.com

Tải xuống các tệp mở rộng MOT Booking Summary Printout. MOTBooking.com 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 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…                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MOT Booking Summary Printout. MOTBooking.com MOT Booking Summary Printout. MOTBooking.com
ID fiknbgmnhkgchncmnampafgdlhppjnbb
URL Chính Thức https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb
Mô tả MOT Booking Summary Printout. MOTBooking.com
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 6.0
Cập Nhật Lần Cuối 2015-08-23
Ngày Phát Hành 2015-08-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển MOTBooking.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}