Global Logistics Extension
Copart/IAAI sites action recorder and account manager
Hvad er Global Logistics Extension?
Global Logistics Extension er en Chrome-udvidelse udviklet af mr.rahimov.imran, og dens hovedfunktion er "Copart/IAAI sites action recorder and account manager".
Udvidelsesskærmbilleder
Download Global Logistics Extension-udvidelses-CRX-fil
Download Global Logistics Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Global Logistics Extension |
ID | lhjoljmdbapmjlipeonmhobdlnjpmdad |
Officiel URL | https://chromewebstore.google.com/detail/global-logistics-extensio/lhjoljmdbapmjlipeonmhobdlnjpmdad |
Beskrivelse | Copart/IAAI sites action recorder and account manager |
Filstørrelse | 63.2 KB |
Antal Installationer | 145 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2023-12-04 |
Udgivelsesdato | 2023-11-22 |
Udvikler | mr.rahimov.imran |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://globalllogistics.com/ |
Hjælpeside-URL | https://globalllogistics.com/contact |
URL til Fortrolighedspolitik Side | https://extension.goodsoft.space/terms |
Understøttede Sprog | 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": [ " |