ELD Plus

Working with drivers' logs

Hvad er ELD Plus?

ELD Plus er en Chrome-udvidelse udviklet af ZigZag, og dens hovedfunktion er "Working with drivers' logs".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ELD Plus-udvidelses-CRX-fil

Download ELD Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn ELD Plus ELD Plus
ID aoaodapocjkiklpefkdepmlnchlpmmdi
Officiel URL https://chrome.google.com/webstore/detail/eld-plus/aoaodapocjkiklpefkdepmlnchlpmmdi
Beskrivelse Working with drivers' logs
Filstørrelse 66.77 MB
Antal Installationer 54
Nuværende Version 3.0.2
Senest Opdateret 2023-08-09
Udgivelsesdato 2023-01-12
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler ZigZag
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}