Global Logistics Extension

Copart/IAAI sites action recorder and account manager

Global Logistics Extension là gì?

Global Logistics Extension là một tiện ích mở rộng Chrome được phát triển bởi mr.rahimov.imran, và tính năng chính của nó là "Copart/IAAI sites action recorder and account manager".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Global Logistics Extension

Tải xuống các tệp mở rộng Global Logistics Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Global Logistics Extension Global Logistics Extension
ID lhjoljmdbapmjlipeonmhobdlnjpmdad
URL Chính Thức https://chromewebstore.google.com/detail/global-logistics-extensio/lhjoljmdbapmjlipeonmhobdlnjpmdad
Mô tả Copart/IAAI sites action recorder and account manager
Kích Thước Tệp 63.2 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2023-11-22
Nhà Phát Triển mr.rahimov.imran
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://globalllogistics.com/
URL Trang Trợ Giúp https://globalllogistics.com/contact
URL Trang Chính Sách Bảo Mật https://extension.goodsoft.space/terms
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}