Stat Vin
Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms
Stat Vin란 무엇입니까?
Stat Vin은(는) https://stat.vin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms"입니다.
확장 프로그램 스크린샷
Stat Vin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1VIN Stat.Vin - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms Auto.ria.com, autopapa.ge Opportunities for Copart.com and IAAI.com Auctions - History of trades by lot - Last sale status - Selling price - VIN of the car without authorization at the auction - Seller - Statistics of sales of similar cars for the last 2 months - Purchase of Stat Report Possibilities for working with Auto.ria.com - History of changes in the price of a car - History of auto sales at Coprt and IAAI auctions with status and price - Purchase of Stat Report Opportunities for working with Autopapa.ge - History of auto sales at Coprt and IAAI auctions with status and price - Purchase of Stat Report
확장 프로그램 기본 정보
이름 | Stat Vin |
ID | nnfmkaglijgngnephnkgmaldmejandhk |
공식 URL | https://chromewebstore.google.com/detail/stat-vin/nnfmkaglijgngnephnkgmaldmejandhk |
설명 | Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms |
파일 크기 | 432 KB |
설치 횟수 | 3,584 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2020-11-26 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://stat.vin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://stat.vin |
도움말 페이지 URL | https://stat.vin |
개인정보 보호 정책 페이지 URL | https://stat.vin/privacy-policy |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stat Vin", "short_name": "Stat Vin", "version": "2.2.0", "author": "ILC", "description": "Stat.VIN - Autoauction statistics, a tool for working with auctions copart.com and iaai.com as well as with trading platforms", "default_locale": "en", "icons": { "16": "icons\/128.png", "32": "icons\/128.png", "48": "icons\/128.png", "64": "icons\/128.png", "128": "icons\/128.png" }, "action": { "default_title": "STAT VIN - Autoauction statistics", "default_icon": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.iaai.com\/*", "*:\/\/*.copart.com\/*" ], "js": [ "js\/script.js", "js\/copartSearch.js", "js\/iaaiSearch.js", "libs\/popper.min.js", "libs\/kit.fontawesome.js" ], "css": [ "css\/style.min.css" ] }, { "matches": [ "*:\/\/*.auto.ria.com\/*" ], "js": [ "libs\/swiper-bundle.min.js", "js\/auto.ria.script.js", "js\/autoRiaSearch.js" ], "css": [ "css\/navigation.css", "css\/swiper.css", "css\/style.min.css" ] } ], "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.copart.com\/*", "*:\/\/*.iaai.com\/*", "*:\/\/auto.ria.com\/*", "*:\/\/stat.vin\/*", "*:\/\/www.googletagmanager.com\/*" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "template\/*.html", "img\/*.png", "img\/*.jpg", "img\/*.svg", "img\/*.gif", "img\/agAd\/*.jpg" ], "matches": [ "*:\/\/*.iaai.com\/*", "*:\/\/*.copart.com\/*", "*:\/\/*.auto.ria.com\/*" ] } ], "oauth2": { "client_id": "531578458075-fc4lpk16e9cdptrvd4ndqs1spurmlj35.apps.googleusercontent.com", "scopes": [ "openid", "profile", "email" ] } } |