VIN Lookup

Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.

VIN Lookup란 무엇입니까?

VIN Lookup은(는) https://vinlookup.vindecoders.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out."입니다.

확장 프로그램 스크린샷

VIN Lookup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 VIN Lookup VIN Lookup
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
개인정보 보호 정책 페이지 URL 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"
    }
}