MOT Booking Summary Printout. MOTBooking.com
MOT Booking Summary Printout. MOTBooking.com
Cos'è MOT Booking Summary Printout. MOTBooking.com?
MOT Booking Summary Printout. MOTBooking.com è un'estensione di Chrome sviluppata da MOTBooking.com, e la sua funzione principale è "MOT Booking Summary Printout. MOTBooking.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MOT Booking Summary Printout. MOTBooking.com
Scarica i file di estensione MOT Booking Summary Printout. MOTBooking.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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…
Informazioni di Base sull'Estensione
Nome | |
ID | fiknbgmnhkgchncmnampafgdlhppjnbb |
URL Ufficiale | https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb |
Descrizione | MOT Booking Summary Printout. MOTBooking.com |
Dimensione del File | 121 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 6.0 |
Ultimo Aggiornamento | 2015-08-23 |
Data di Pubblicazione | 2015-08-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | MOTBooking.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |