MOT History Checker
Lookup a vehicle's MOT history
什么是MOT History Checker?
MOT History Checker是由https://liprock.com开发的Chrome扩展程序,该扩展的主要功能是“Lookup a vehicle's MOT history”。
扩展截图
下载MOT History Checker扩展crx文件
下载MOT History Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly lookup a vehicle's MOT history. Simply click the extension icon, enter the vehicle registration and view the history.
7-Day Free Trial. Then £2.99 per month, cancel anytime. 扩展基本信息
| 名称 | |
| ID | fodbboccanmdhnffbffimpidegkogalk |
| 官方URL | https://chromewebstore.google.com/detail/mot-history-checker/fodbboccanmdhnffbffimpidegkogalk |
| 简介 | Lookup a vehicle's MOT history |
| 文件大小 | 474 KB |
| 安装次数 | 382 |
| 当前版本 | 0.0.8 |
| 更新时间 | 2024-01-08 |
| 上架时间 | 2023-08-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://liprock.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 隐私政策页面URL | https://at.liprock.com/privacy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MOT History Checker",
"version": "0.0.8",
"description": "Lookup a vehicle's MOT history",
"manifest_version": 3,
"author": "[email protected]",
"icons": {
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.min.js"
},
"permissions": [
"storage"
]
} | |