ELD Plus

Working with drivers' logs

O que é ELD Plus?

ELD Plus é uma extensão do Chrome desenvolvida por ZigZag, e sua principal característica é "Working with drivers' logs".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ELD Plus

Baixe arquivos de extensão ELD Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome ELD Plus ELD Plus
ID aoaodapocjkiklpefkdepmlnchlpmmdi
URL Oficial https://chrome.google.com/webstore/detail/eld-plus/aoaodapocjkiklpefkdepmlnchlpmmdi
Descrição Working with drivers' logs
Tamanho do Arquivo 66.77 MB
Contagem de Instalações 54
Versão Atual 3.0.2
Última Atualização 2023-08-09
Data de Publicação 2023-01-12
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor ZigZag
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}