MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

¿Qué es MOT Booking Summary Printout. MOTBooking.com?

MOT Booking Summary Printout. MOTBooking.com es una extensión de Chrome desarrollada por MOTBooking.com, y su función principal es "MOT Booking Summary Printout. MOTBooking.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MOT Booking Summary Printout. MOTBooking.com

Descarga archivos de extensión MOT Booking Summary Printout. MOTBooking.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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…                    

Información Básica de la Extensión

Nombre MOT Booking Summary Printout. MOTBooking.com MOT Booking Summary Printout. MOTBooking.com
ID fiknbgmnhkgchncmnampafgdlhppjnbb
URL Oficial https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb
Descripción MOT Booking Summary Printout. MOTBooking.com
Tamaño del Archivo 121 KB
Cantidad de Instalaciones 23
Versión Actual 6.0
Última Actualización 2015-08-23
Fecha de Publicación 2015-08-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador MOTBooking.com
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}