Global Logistics Extension

Copart/IAAI sites action recorder and account manager

Wat is Global Logistics Extension?

Global Logistics Extension is een Chrome-extensie ontwikkeld door mr.rahimov.imran, en de belangrijkste functie is "Copart/IAAI sites action recorder and account manager".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Global Logistics Extension

Download Global Logistics Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Global Logistics Extension Global Logistics Extension
ID lhjoljmdbapmjlipeonmhobdlnjpmdad
Officiële URL https://chromewebstore.google.com/detail/global-logistics-extensio/lhjoljmdbapmjlipeonmhobdlnjpmdad
Beschrijving Copart/IAAI sites action recorder and account manager
Bestandsgrootte 63.2 KB
Aantal Installaties 145
Huidige Versie 1.2.0
Laatst Bijgewerkt 2023-12-04
Publicatiedatum 2023-11-22
Ontwikkelaar mr.rahimov.imran
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://globalllogistics.com/
Help Pagina-URL https://globalllogistics.com/contact
URL van de Privacybeleid Pagina https://extension.goodsoft.space/terms
Ondersteunde Talen 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"
    }
}