MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

Was ist MOT Booking Summary Printout. MOTBooking.com?

MOT Booking Summary Printout. MOTBooking.com ist eine Chrome-Erweiterung, die von MOTBooking.com entwickelt wurde, und ihr Hauptmerkmal ist "MOT Booking Summary Printout. MOTBooking.com".

Erweiterungsscreenshots

screenshot

MOT Booking Summary Printout. MOTBooking.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie MOT Booking Summary Printout. MOTBooking.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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…                    

Grundlegende Informationen zur Erweiterung

Name MOT Booking Summary Printout. MOTBooking.com MOT Booking Summary Printout. MOTBooking.com
ID fiknbgmnhkgchncmnampafgdlhppjnbb
Offizielle URL https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb
Beschreibung MOT Booking Summary Printout. MOTBooking.com
Dateigröße 121 KB
Installationsanzahl 23
Aktuelle Version 6.0
Letztes Update 2015-08-23
Veröffentlichungsdatum 2015-08-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler MOTBooking.com
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}