MOT History Checker
Lookup a vehicle's MOT history
Wat is MOT History Checker?
MOT History Checker is een Chrome-extensie ontwikkeld door https://liprock.com, en de belangrijkste functie is "Lookup a vehicle's MOT history".
Extensie Screenshots
Download het CRX-bestand van de extensie MOT History Checker
Download MOT History Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fodbboccanmdhnffbffimpidegkogalk |
| Officiële URL | https://chromewebstore.google.com/detail/mot-history-checker/fodbboccanmdhnffbffimpidegkogalk |
| Beschrijving | Lookup a vehicle's MOT history |
| Bestandsgrootte | 474 KB |
| Aantal Installaties | 382 |
| Huidige Versie | 0.0.8 |
| Laatst Bijgewerkt | 2024-01-08 |
| Publicatiedatum | 2023-08-23 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://liprock.com |
| [email protected] | |
| Betalingswijze | in_app |
| URL van de Privacybeleid Pagina | https://at.liprock.com/privacy |
| Ondersteunde Talen | 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"
]
} | |