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 |
| 官方網址 | 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"
]
} | |