Global Logistics Extension

Copart/IAAI sites action recorder and account manager

Cos'è Global Logistics Extension?

Global Logistics Extension è un'estensione di Chrome sviluppata da mr.rahimov.imran, e la sua funzione principale è "Copart/IAAI sites action recorder and account manager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Global Logistics Extension

Scarica i file di estensione Global Logistics Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Global Logistics Extension Global Logistics Extension
ID lhjoljmdbapmjlipeonmhobdlnjpmdad
URL Ufficiale https://chromewebstore.google.com/detail/global-logistics-extensio/lhjoljmdbapmjlipeonmhobdlnjpmdad
Descrizione Copart/IAAI sites action recorder and account manager
Dimensione del File 63.2 KB
Conteggio Installazioni 145
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-12-04
Data di Pubblicazione 2023-11-22
Sviluppatore mr.rahimov.imran
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://globalllogistics.com/
URL della Pagina di Aiuto https://globalllogistics.com/contact
URL della Pagina della Politica sulla Privacy https://extension.goodsoft.space/terms
Lingue Supportate 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"
    }
}