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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |