UsaTrans - Авто из США
Simplify trading process for dealers
什么是UsaTrans - Авто из США?
UsaTrans - Авто из США是由volkovw16开发的Chrome扩展程序,该扩展的主要功能是“Simplify trading process for dealers”。
扩展截图
下载UsaTrans - Авто из США扩展crx文件
下载UsaTrans - Авто из США扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
} | |