MOT Booking Summary Printout. MOTBooking.com
MOT Booking Summary Printout. MOTBooking.com
Co je MOT Booking Summary Printout. MOTBooking.com?
MOT Booking Summary Printout. MOTBooking.com je rozšíření Chrome vyvinuté MOTBooking.com, a jeho hlavní funkcí je „MOT Booking Summary Printout. MOTBooking.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MOT Booking Summary Printout. MOTBooking.com
Stáhněte si soubory rozšíření MOT Booking Summary Printout. MOTBooking.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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…
Základní Informace o Rozšíření
Název | |
ID | fiknbgmnhkgchncmnampafgdlhppjnbb |
Oficiální URL | https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb |
Popis | MOT Booking Summary Printout. MOTBooking.com |
Velikost souboru | 121 KB |
Počet instalací | 23 |
Aktuální Verze | 6.0 |
Poslední Aktualizace | 2015-08-23 |
Datum Vydání | 2015-08-23 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | MOTBooking.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |