VIN Lookup
Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.
ما هو VIN Lookup؟
VIN Lookup هو إضافة Chrome تم تطويرها بواسطة https://vinlookup.vindecoders.org، والميزة الرئيسية لها هي "Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VIN Lookup
قم بتنزيل ملفات الامتداد VIN Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a VIN lookup tool to download comprehensive records and detailed vehicle history reports that contain crucial data from official data sources such US Gov't Title & Salvage history, and get access to over 40 million Junk, Salvage & Insurance Total Loss Records. Uncover hidden damages & costly problems. Also with this VIN lookup tool you can compare prices and get the best insurance deals. معلومات أساسية عن التمديد
| الاسم | |
| ID | nikcbpbhlpdkbfekbiojeppjfiajfmmm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/vin-lookup/nikcbpbhlpdkbfekbiojeppjfiajfmmm |
| الوصف | Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out. |
| حجم الملف | 11.38 KB |
| عدد التثبيتات | 1,018 |
| النسخة الحالية | 1.1.2 |
| آخر تحديث | 2018-01-14 |
| تاريخ النشر | 2018-01-13 |
| المطور | https://vinlookup.vindecoders.org |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://vinlookup.vindecoders.org |
| عنوان صفحة سياسة الخصوصية | http://www.recentoffers.net/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "VIN Lookup",
"manifest_version": 2,
"short_name": "VIN Lookup",
"description": "Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.",
"version": "1.1.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "check mark16.png"
},
"icons": {
"128": "check mark.png"
}
} | |