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 |
公式URL | 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 |
Eメール | [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" } ] } |