Global Logistics Extension
Copart/IAAI sites action recorder and account manager
Τι είναι το Global Logistics Extension;
Το Global Logistics Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mr.rahimov.imran, και η κύρια λειτουργία του είναι "Copart/IAAI sites action recorder and account manager".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Global Logistics Extension
Λήψη αρχείων επέκτασης Global Logistics Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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": [ " |