ELD Plus
Working with drivers' logs
ELD Plusคืออะไร?
ELD Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZigZag และคุณลักษณะหลักของมันคือ "Working with drivers' logs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ELD Plus
ดาวน์โหลดไฟล์ส่วนขยาย ELD Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that helps to monitor drivers' logs from most Electronic Logging Device (ELD) providers is a valuable tool for trucking companies and fleet managers. With this extension, users can track and monitor the hours of service (HOS) logs for their drivers in real-time, ensuring compliance with federal regulations and improving the efficiency and safety of their operations. Overall, this extension is an essential tool for trucking companies and fleet managers looking to more effectively manage their drivers' logs and ensure compliance with HOS regulations. With support for most ELD providers, this extension is a versatile and comprehensive solution for tracking and monitoring drivers' logs. Support: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aoaodapocjkiklpefkdepmlnchlpmmdi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/eld-plus/aoaodapocjkiklpefkdepmlnchlpmmdi |
คำอธิบาย | Working with drivers' logs |
ขนาดไฟล์ | 66.77 MB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 3.0.2 |
อัปเดตครั้งล่าสุด | 2023-08-09 |
วันที่เผยแพร่ | 2023-01-12 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ZigZag |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ELD Plus", "description": "Working with drivers' logs", "version": "3.0.2", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "16": "\/images\/logo.png", "48": "\/images\/logo.png", "128": "\/images\/logo.png" }, "action": { "default_icon": "\/images\/logo.png", "default_popup": ".\/login\/login.html", "default_title": "ELD Plus" }, "background": { "service_worker": "firebase-main.js" } } |