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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة MOT History Checker

قم بتنزيل ملفات الامتداد MOT History Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم MOT History Checker MOT History Checker
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
عنوان صفحة سياسة الخصوصية 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"
    ]
}