MOT History Checker
Lookup a vehicle's MOT history
Hvad er MOT History Checker?
MOT History Checker er en Chrome-udvidelse udviklet af https://liprock.com, og dens hovedfunktion er "Lookup a vehicle's MOT history".
Udvidelsesskærmbilleder
Download MOT History Checker-udvidelses-CRX-fil
Download MOT History Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | fodbboccanmdhnffbffimpidegkogalk |
| Officiel URL | https://chromewebstore.google.com/detail/mot-history-checker/fodbboccanmdhnffbffimpidegkogalk |
| Beskrivelse | Lookup a vehicle's MOT history |
| Filstørrelse | 474 KB |
| Antal Installationer | 382 |
| Nuværende Version | 0.0.8 |
| Senest Opdateret | 2024-01-08 |
| Udgivelsesdato | 2023-08-23 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://liprock.com |
| [email protected] | |
| Betalingsmetode | in_app |
| URL til Fortrolighedspolitik Side | https://at.liprock.com/privacy |
| Understøttede Sprog | 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"
]
} | |