ELD Plus
Working with drivers' logs
Cos'è ELD Plus?
ELD Plus è un'estensione di Chrome sviluppata da ZigZag, e la sua funzione principale è "Working with drivers' logs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ELD Plus
Scarica i file di estensione ELD Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | |
ID | aoaodapocjkiklpefkdepmlnchlpmmdi |
URL Ufficiale | https://chrome.google.com/webstore/detail/eld-plus/aoaodapocjkiklpefkdepmlnchlpmmdi |
Descrizione | Working with drivers' logs |
Dimensione del File | 66.77 MB |
Conteggio Installazioni | 54 |
Versione Corrente | 3.0.2 |
Ultimo Aggiornamento | 2023-08-09 |
Data di Pubblicazione | 2023-01-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | ZigZag |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |