MOT History Checker
Lookup a vehicle's MOT history
Cos'è MOT History Checker?
MOT History Checker è un'estensione di Chrome sviluppata da https://liprock.com, e la sua funzione principale è "Lookup a vehicle's MOT history".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MOT History Checker
Scarica i file di estensione MOT History Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fodbboccanmdhnffbffimpidegkogalk |
| URL Ufficiale | https://chromewebstore.google.com/detail/mot-history-checker/fodbboccanmdhnffbffimpidegkogalk |
| Descrizione | Lookup a vehicle's MOT history |
| Dimensione del File | 474 KB |
| Conteggio Installazioni | 382 |
| Versione Corrente | 0.0.8 |
| Ultimo Aggiornamento | 2024-01-08 |
| Data di Pubblicazione | 2023-08-23 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://liprock.com |
| [email protected] | |
| Tipo di Pagamento | in_app |
| URL della Pagina della Politica sulla Privacy | https://at.liprock.com/privacy |
| Lingue Supportate | 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"
]
} | |