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」です。
拡張機能のスクリーンショット
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…
拡張機能の基本情報
名前 | |
ID | fiknbgmnhkgchncmnampafgdlhppjnbb |
公式URL | 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" ] } } |