Parade
Jump to Parade capacity matching functionality from your web based TMS
什麼是Parade?
Parade是由Parade開發的Chrome擴展程式,該擴展的主要功能是“Jump to Parade capacity matching functionality from your web based TMS”。
擴展截圖
下載Parade擴展crx文件
下載Parade擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Find, discover, and grow capacity as you work in your TMS. By the Parade team for freight brokers. Currently available for Aljex TMS. Learn more about Parade: https://parade.ai
擴展基本資訊
名稱 | Parade |
ID | pappakebbfcfgmhhnjgfleafbkdojnph |
官方網址 | https://chromewebstore.google.com/detail/parade/pappakebbfcfgmhhnjgfleafbkdojnph |
簡介 | Jump to Parade capacity matching functionality from your web based TMS |
檔案大小 | 9.08 KB |
安裝次數 | 59 |
目前版本 | 1.1.4 |
更新時間 | 2023-07-24 |
上架時間 | 2021-01-07 |
開發者 | Parade |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.parade.ai |
說明頁面URL | https://www.parade.ai/get-in-touch |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parade", "version": "1.1.4", "description": "Jump to Parade capacity matching functionality from your web based TMS", "manifest_version": 2, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "*:\/\/*.aljex.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.aljex.com\/*" ], "css": [ "css\/content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |