MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

Wat is MOT Booking Summary Printout. MOTBooking.com?

MOT Booking Summary Printout. MOTBooking.com is een Chrome-extensie ontwikkeld door MOTBooking.com, en de belangrijkste functie is "MOT Booking Summary Printout. MOTBooking.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MOT Booking Summary Printout. MOTBooking.com

Download MOT Booking Summary Printout. MOTBooking.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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…                    

Basisinformatie over de Extensie

Naam MOT Booking Summary Printout. MOTBooking.com MOT Booking Summary Printout. MOTBooking.com
ID fiknbgmnhkgchncmnampafgdlhppjnbb
Officiële URL https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb
Beschrijving MOT Booking Summary Printout. MOTBooking.com
Bestandsgrootte 121 KB
Aantal Installaties 23
Huidige Versie 6.0
Laatst Bijgewerkt 2015-08-23
Publicatiedatum 2015-08-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar MOTBooking.com
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}