MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

Qu'est-ce que MOT Booking Summary Printout. MOTBooking.com ?

MOT Booking Summary Printout. MOTBooking.com est une extension Chrome développée par MOTBooking.com, et sa fonction principale est "MOT Booking Summary Printout. MOTBooking.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MOT Booking Summary Printout. MOTBooking.com

Téléchargez les fichiers d'extension MOT Booking Summary Printout. MOTBooking.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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…                    

Informations de Base sur l'Extension

Nom MOT Booking Summary Printout. MOTBooking.com MOT Booking Summary Printout. MOTBooking.com
ID fiknbgmnhkgchncmnampafgdlhppjnbb
URL Officiel https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb
Description MOT Booking Summary Printout. MOTBooking.com
Taille du Fichier 121 KB
Nombre d'Installations 23
Version Actuelle 6.0
Dernière Mise à Jour 2015-08-23
Date de Publication 2015-08-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur MOTBooking.com
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}