Global Logistics Extension

Copart/IAAI sites action recorder and account manager

Global Logistics Extension란 무엇입니까?

Global Logistics Extension은(는) mr.rahimov.imran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copart/IAAI sites action recorder and account manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Global Logistics Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}