UsaTrans - Авто из США
Simplify trading process for dealers
UsaTrans - Авто из США란 무엇입니까?
UsaTrans - Авто из США은(는) volkovw16에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify trading process for dealers"입니다.
확장 프로그램 스크린샷
UsaTrans - Авто из США 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Essential extension for dealers Makes it easy to trade for dealers and their teams. Calculates auction fees, transportation prices for each vehicle and checks title statuses.
확장 프로그램 기본 정보
이름 | UsaTrans - Авто из США |
ID | hblhhddjljjcjbhgcjknfekbjdbinfce |
공식 URL | https://chromewebstore.google.com/detail/usatrans-%D0%B0%D0%B2%D1%82%D0%BE-%D0%B8%D0%B7-%D1%81%D1%88%D0%B0/hblhhddjljjcjbhgcjknfekbjdbinfce |
설명 | Simplify trading process for dealers |
파일 크기 | 234 KB |
설치 횟수 | 303 |
현재 버전 | 1.6.8 |
최근 업데이트 | 2023-09-04 |
출시 날짜 | 2021-09-28 |
개발자 | volkovw16 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://usa-trans.pp.ua |
도움말 페이지 URL | https://usa-trans.pp.ua/privacy |
개인정보 보호 정책 페이지 URL | https://usa-trans.pp.ua/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UsaTrans - \u0410\u0432\u0442\u043e \u0438\u0437 \u0421\u0428\u0410", "description": "Simplify trading process for dealers", "version": "1.6.8", "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png", "256": "img\/icon.png" }, "permissions": [ "proxy", "storage", "webRequest", "webRequestBlocking", "cookies", "management", "background", "*:\/\/*.copart.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.copart.com\/*" ], "js": [ "js\/index.js", "js\/jquery.js" ], "css": [ "copart\/copart.css" ] }, { "run_at": "document_start", "matches": [ "https:\/\/g2auction.copart.com\/*" ], "js": [ "js\/g2.js", "js\/jquery.js" ] } ], "background": { "matches": "https:\/\/www.copart.com\/*", "scripts": [ "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "*" ], "incognito": "not_allowed", "externally_connectable": { "matches": [ "*:\/\/*.copart.com\/*" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup\/popup.html" } } |