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 |
| 官方網址 | 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"
}
} | |