ELD Plus
Working with drivers' logs
什么是ELD Plus?
ELD Plus是由ZigZag开发的Chrome扩展程序,该扩展的主要功能是“Working with drivers' logs”。
扩展截图
下载ELD Plus扩展crx文件
下载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" } } |