carVertical: Vehicle History & VIN Lookup

Check any vehicle’s history easier with our extension, which automatically detects the VIN on any classified website. The…

carVertical: Vehicle History & VIN Lookupคืออะไร?

carVertical: Vehicle History & VIN Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย carVertical และคุณลักษณะหลักของมันคือ "Check any vehicle’s history easier with our extension, which automatically detects the VIN on any classified website. The…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย carVertical: Vehicle History & VIN Lookup

ดาวน์โหลดไฟล์ส่วนขยาย carVertical: Vehicle History & VIN Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Check any vehicle’s history easier with our extension, which automatically detects the VIN on any classified website.

The carVertical extension for Chrome provides a real-time VIN finder so you can access the auto or moto history with just one click.  

➤ How does it work?
As soon as we detect a VIN number, we will prompt you with an offer to check the full history report of the vehicle you’re looking for.

➤ The extension’s features: 

No more copy+pasting – avoid messy copying and browser tab-hopping, and get a report with one click
No more manual entries and typos – the VIN is a 17-character string of letters and numbers – very easy to mistype! Access the detailed report with a single click.
No more wasting time looking for a VIN number – it’s automatically detected no matter its location on the page.

➤What do you get in the report?
carVertical provides full-scale vehicle history reports, including title records, mileage records, accidents and damages, information on whether the car has been stolen, used as a taxi, and much more. 

➤ What is carVertical?
carVertical is a car history service based on up-to-date global data sources.

In 2019, carVertical launched a global car history service, and has since managed to establish a presence in more than 25 markets. With 80+ dedicated professionals, the company is constantly growing and improving its product to perhaps the most advanced and user-friendly on the market.

➤ Why check vehicle history?

Mileage rollbacks, previous accidents, and other hidden vehicle history facts may cost thousands to repair. Moreover, a poorly maintained vehicle can bring health-threatening consequences for you and your family. Avoid these unpleasant issues by learning the actual facts about a vehicle from our history reports.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ carVertical: Vehicle History & VIN Lookup carVertical: Vehicle History & VIN Lookup
ID ajcfljapmphnbebbkcmlkdjakkjagele
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/carvertical-vehicle-histo/ajcfljapmphnbebbkcmlkdjakkjagele
คำอธิบาย Check any vehicle’s history easier with our extension, which automatically detects the VIN on any classified website. The…
ขนาดไฟล์ 1.02 MB
จำนวนการติดตั้ง 457
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2022-11-14
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา carVertical
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.carvertical.com/
URL หน้าช่วยเหลือ https://www.carvertical.com/help
URL หน้านโยบายความเป็นส่วนตัว https://www.carvertical.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "name": "carVertical: Vehicle History & VIN Lookup",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.carvertical.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "Inter-Regular.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "CarVertical"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}