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" } } |