ELD Plus
Working with drivers' logs
Qu'est-ce que ELD Plus ?
ELD Plus est une extension Chrome développée par ZigZag, et sa fonction principale est "Working with drivers' logs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ELD Plus
Téléchargez les fichiers d'extension ELD Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | aoaodapocjkiklpefkdepmlnchlpmmdi |
URL Officiel | https://chrome.google.com/webstore/detail/eld-plus/aoaodapocjkiklpefkdepmlnchlpmmdi |
Description | Working with drivers' logs |
Taille du Fichier | 66.77 MB |
Nombre d'Installations | 54 |
Version Actuelle | 3.0.2 |
Dernière Mise à Jour | 2023-08-09 |
Date de Publication | 2023-01-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | ZigZag |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |