ELD Plus
Working with drivers' logs
ما هو ELD Plus؟
ELD Plus هو إضافة Chrome تم تطويرها بواسطة ZigZag، والميزة الرئيسية لها هي "Working with drivers' logs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ELD Plus
قم بتنزيل ملفات الامتداد ELD Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |