MOT Booking Summary Printout. MOTBooking.com

MOT Booking Summary Printout. MOTBooking.com

什麼是MOT Booking Summary Printout. MOTBooking.com?

MOT Booking Summary Printout. MOTBooking.com是由MOTBooking.com開發的Chrome擴展程式,該擴展的主要功能是“MOT Booking Summary Printout. MOTBooking.com”。

擴展截圖

screenshot

下載MOT Booking Summary Printout. MOTBooking.com擴展crx文件

下載MOT Booking Summary Printout. MOTBooking.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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…                    

擴展基本資訊

名稱 MOT Booking Summary Printout. MOTBooking.com MOT Booking Summary Printout. MOTBooking.com
ID fiknbgmnhkgchncmnampafgdlhppjnbb
官方網址 https://chrome.google.com/webstore/detail/mot-booking-summary-print/fiknbgmnhkgchncmnampafgdlhppjnbb
簡介 MOT Booking Summary Printout. MOTBooking.com
檔案大小 121 KB
安裝次數 23
目前版本 6.0
更新時間 2015-08-23
上架時間 2015-08-23
評分 5.00/5 共 2 次評分
開發者 MOTBooking.com
付費類型 free
支援的語言 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"
        ]
    }
}