MOT History Checker
Lookup a vehicle's MOT history
Vad är MOT History Checker?
MOT History Checker är en Chrome-tillägg utvecklad av https://liprock.com, och dess huvudfunktion är "Lookup a vehicle's MOT history".
Tilläggsskärmbilder
Ladda ner MOT History Checker-förlängningens CRX-fil
Ladda ner MOT History Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fodbboccanmdhnffbffimpidegkogalk |
| Officiell webbadress | https://chromewebstore.google.com/detail/mot-history-checker/fodbboccanmdhnffbffimpidegkogalk |
| Beskrivning | Lookup a vehicle's MOT history |
| Filstorlek | 474 KB |
| Antal Installationer | 382 |
| Aktuell Version | 0.0.8 |
| Senast Uppdaterad | 2024-01-08 |
| Publiceringsdatum | 2023-08-23 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://liprock.com |
| E-post | [email protected] |
| Betalningssätt | in_app |
| URL till Sekretesspolicy Sidan | https://at.liprock.com/privacy |
| Stödda Språk | 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"
]
} | |