Инструмент AutoNom
Приложение от компании AutoNom для помощи в подборе автомобилей на аукционах Copart и IAAI
Инструмент AutoNom란 무엇입니까?
Инструмент AutoNom은(는) Andrey.Mad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Приложение от компании AutoNom для помощи в подборе автомобилей на аукционах Copart и IAAI"입니다.
확장 프로그램 스크린샷
Инструмент AutoNom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
С помощью приложения вы увидите информацию которую скрывают аукционы: -vin код авто; -продавец; -средняя цена на авто; -минимальная цена за которую продавец готов продать автомобиль. А так же сможете просчитать полную стоимость авто в Украине
확장 프로그램 기본 정보
이름 | Инструмент AutoNom |
ID | bbdfdfjbjfoiojbflfmflpiapbobljgf |
공식 URL | https://chromewebstore.google.com/detail/%D0%B8%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BC%D0%B5%D0%BD%D1%82-autonom/bbdfdfjbjfoiojbflfmflpiapbobljgf |
설명 | Приложение от компании AutoNom для помощи в подборе автомобилей на аукционах Copart и IAAI |
파일 크기 | 729 KB |
설치 횟수 | 246 |
현재 버전 | 3.17 |
최근 업데이트 | 2020-10-26 |
출시 날짜 | 2020-07-10 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Andrey.Mad |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/vendor\/browser-polyfill-0.4.0.js", "js\/vendor\/jquery-3.3.1.js", "js\/vendor\/jquery-nimbleloader-2.0.1.js", "js\/global.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icons\/32.png", "default_popup": "html\/popup.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "css": [ "css\/lot.css", "css\/copart.css" ], "js": [ "js\/vendor\/browser-polyfill-0.4.0.js", "js\/vendor\/jquery-3.3.1.js", "js\/vendor\/jquery-nimbleloader-2.0.1.js", "js\/vendor\/popover-3.4.1.js", "js\/global.js", "js\/tax\/cu.js", "js\/tax\/eu.js", "js\/tax\/finland.js", "js\/tax\/germany.js", "js\/tax\/lithuania.js", "js\/tax\/poland.js", "js\/tax\/ukraine.js", "js\/taxfactory.js", "js\/templates\/copart\/main.js", "js\/templates\/copart\/lot-add-info.js", "js\/templates\/popup.js", "js\/avtohaker-base.js", "js\/avtohaker-copart.js" ], "matches": [ "https:\/\/www.copart.com\/*" ] }, { "css": [ "css\/lot.css", "css\/iaai.css", "css\/fontawesome.css" ], "js": [ "js\/vendor\/browser-polyfill-0.4.0.js", "js\/vendor\/jquery-3.3.1.js", "js\/vendor\/jquery-nimbleloader-2.0.1.js", "js\/vendor\/popover-3.4.1.js", "js\/global.js", "js\/tax\/cu.js", "js\/tax\/eu.js", "js\/tax\/finland.js", "js\/tax\/germany.js", "js\/tax\/lithuania.js", "js\/tax\/poland.js", "js\/tax\/ukraine.js", "js\/taxfactory.js", "js\/templates\/iaai\/main.js", "js\/templates\/iaai\/lot-add-info.js", "js\/templates\/popup.js", "js\/avtohaker-base.js", "js\/avtohaker-iaai.js" ], "matches": [ "https:\/\/www.iaai.com\/*" ] } ], "default_locale": "en", "description": "\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043e\u0442 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 AutoNom \u0434\u043b\u044f \u043f\u043e\u043c\u043e\u0449\u0438 \u0432 \u043f\u043e\u0434\u0431\u043e\u0440\u0435 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u0439 \u043d\u0430 \u0430\u0443\u043a\u0446\u0438\u043e\u043d\u0430\u0445 Copart \u0438 IAAI", "icons": { "128": "images\/icons\/128.png", "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png" }, "manifest_version": 2, "minimum_chrome_version": "63", "name": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 AutoNom", "permissions": [ "https:\/\/www.copart.com\/*", "https:\/\/www.iaai.com\/*", "https:\/\/carsfromwest.com\/*\/api\/", "https:\/\/profitcars.com.ua\/_ext\/", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.17", "web_accessible_resources": [ "fonts\/*.*", "images\/*.*", "js\/replain-init.js", "js\/copart-init.js" ] } |