Parade

Jump to Parade capacity matching functionality from your web based TMS

Paradeคืออะไร?

Parade เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parade และคุณลักษณะหลักของมันคือ "Jump to Parade capacity matching functionality from your web based TMS"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parade

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
        }
    ]
}