MOT History Checker
Lookup a vehicle's MOT history
MOT History Checkerคืออะไร?
MOT History Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://liprock.com และคุณลักษณะหลักของมันคือ "Lookup a vehicle's MOT history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MOT History Checker
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |