Global Logistics Extension

Copart/IAAI sites action recorder and account manager

Global Logistics Extensionคืออะไร?

Global Logistics Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mr.rahimov.imran และคุณลักษณะหลักของมันคือ "Copart/IAAI sites action recorder and account manager"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Logistics Extension

ดาวน์โหลดไฟล์ส่วนขยาย Global Logistics Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        These tools help dealers buy cars from copart.com and Iaai.com using the company account. The tools also assist in recognizing which user is using this account to purchase cars. Additionally, each user has their personal bids and watchlist.                    

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

ชื่อ Global Logistics Extension Global Logistics Extension
ID lhjoljmdbapmjlipeonmhobdlnjpmdad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/global-logistics-extensio/lhjoljmdbapmjlipeonmhobdlnjpmdad
คำอธิบาย Copart/IAAI sites action recorder and account manager
ขนาดไฟล์ 63.2 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-12-04
วันที่เผยแพร่ 2023-11-22
ผู้พัฒนา mr.rahimov.imran
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://globalllogistics.com/
URL หน้าช่วยเหลือ https://globalllogistics.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://extension.goodsoft.space/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Global Logistics Extension",
    "version": "1.2.0",
    "description": "Copart\/IAAI sites action recorder and account manager",
    "permissions": [
        "activeTab",
        "storage",
        "browsingData"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.copart.com\/*",
                "https:\/\/*.iaai.com\/*",
                "https:\/\/portal.auctionnow.iaai.com\/*",
                "https:\/\/g2auction.copart.com\/g2\/#\/"
            ],
            "js": [
                "content\/utils.js",
                "content\/init.js",
                "content\/api.js",
                "content\/copart\/copart.js",
                "content\/copart\/loginCopart.js",
                "content\/copart\/watchlist.js",
                "content\/iaai\/iaai.js",
                "content\/iaai\/loginIAAI.js",
                "content\/iaai\/watchlist.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "Imran Rahimov Mammad",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Global Logistics"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo32.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    }
}