UsaTrans - Авто из США

Simplify trading process for dealers

UsaTrans - Авто из СШАคืออะไร?

UsaTrans - Авто из США เป็นส่วนขยายของ Chrome ที่พัฒนาโดย volkovw16 และคุณลักษณะหลักของมันคือ "Simplify trading process for dealers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UsaTrans - Авто из США

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UsaTrans - Авто из США 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"
    }
}