MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

O que é MOT Booking Summary Printout. MOTBooking.com?

MOT Booking Summary Printout. MOTBooking.com é uma extensão do Chrome desenvolvida por MOTBooking.com, e sua principal característica é "MOT Booking Summary Printout. MOTBooking.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MOT Booking Summary Printout. MOTBooking.com

Baixe arquivos de extensão MOT Booking Summary Printout. MOTBooking.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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…                    

Informações Básicas da Extensão

Nome 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
Descrição MOT Booking Summary Printout. MOTBooking.com
Tamanho do Arquivo 121 KB
Contagem de Instalações 23
Versão Atual 6.0
Última Atualização 2015-08-23
Data de Publicação 2015-08-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor MOTBooking.com
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}