VIN Decoder - Get Instant Vehicle Details

VIN Decoder - Decode any Vehicle Identification Number and reveal detailed vehicle data & history. Instantly.

VIN Decoder - Get Instant Vehicle Details란 무엇입니까?

VIN Decoder - Get Instant Vehicle Details은(는) https://vindecoderfree.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VIN Decoder - Decode any Vehicle Identification Number and reveal detailed vehicle data & history. Instantly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VIN Decoder - Get Instant Vehicle Details 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Discover any car's story with the VIN Decoder Chrome Extension, the simplest tool for decoding VINs directly in your Chrome browser. With a click, you get a vehicle's make, model, year, detailed specs, and vehicle history - from engine size to safety features. It's a hassle-free, ad-free experience.

Summary of Vehicle Data Offered:
1. Basic Vehicle Data: Includes make, model, year, body style, and category.
2. Specifications: Details about engine size, power, door count, drive type, and turbo status.
3. Safety Features: Information on airbag positions, seat belt types, TPMS, and other safety systems.
4. Origin Information: Details about the manufacturer, assembly plant, and steering orientation.
5. Recall Data: Comprehensive data on safety recalls, their impacts, remedies, and the number of units involved.
6. Color Options: Information on available exterior and interior color choices.
7. Price Range: MSRP and market pricing variations based on trim and optional features.
8. Vehicle History: A newly added feature that includes previous accidents, ownership changes, and possibly other historical data about the vehicle.

Upcoming enhancements still in the pipeline are:
1. Market Value Estimation: To offer both the MSRP and potential current market value predictions.
2. Maintenance Forecasts: Projected maintenance schedules and costs based on the vehicle's make and model.

This extension's global reach and compatibility with a wide range of manufacturers underscore its versatility. It's designed to be privacy-conscious and user-friendly, enhancing transparency in vehicle transactions and enriching the knowledge base of its users. With these comprehensive features, it's an indispensable tool for delving into the full story of any vehicle.                    

확장 프로그램 기본 정보

이름 VIN Decoder - Get Instant Vehicle Details VIN Decoder - Get Instant Vehicle Details
ID ckghkkfgljadklgemfelfckaiimbnjki
공식 URL https://chromewebstore.google.com/detail/vin-decoder-get-instant-v/ckghkkfgljadklgemfelfckaiimbnjki
설명 VIN Decoder - Decode any Vehicle Identification Number and reveal detailed vehicle data & history. Instantly.
파일 크기 43.39 KB
설치 횟수 73
현재 버전 1.1.12
최근 업데이트 2024-02-08
출시 날짜 2023-11-02
평점 5.00/5 총 12 개의 평점
개발자 https://vindecoderfree.com
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://vindecoderfree.com/chrome-extension/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VIN Decoder - Get Instant Vehicle Details",
    "version": "1.1.12",
    "description": "VIN Decoder - Decode any Vehicle Identification Number and reveal detailed vehicle data & history. Instantly.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}