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”。
擴展截圖
下載Global Logistics Extension擴展crx文件
下載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 |
官方網址 | 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": [ " |