MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

Apa itu MOT Booking Summary Printout. MOTBooking.com?

MOT Booking Summary Printout. MOTBooking.com adalah ekstensi Chrome yang dikembangkan oleh MOTBooking.com, dan fitur utamanya adalah "MOT Booking Summary Printout. MOTBooking.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MOT Booking Summary Printout. MOTBooking.com

Unduh file ekstensi MOT Booking Summary Printout. MOTBooking.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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…                    

Informasi Dasar Ekstensi

Nama MOT Booking Summary Printout. MOTBooking.com MOT Booking Summary Printout. MOTBooking.com
ID fiknbgmnhkgchncmnampafgdlhppjnbb
URL Resmi https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb
Deskripsi MOT Booking Summary Printout. MOTBooking.com
Ukuran File 121 KB
Jumlah Instalasi 23
Versi Saat Ini 6.0
Terakhir Diperbarui 2015-08-23
Tanggal Publikasi 2015-08-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang MOTBooking.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}