Contador productividad por hora

Contador que permite contar casos por hora realizados

Was ist Contador productividad por hora?

Contador productividad por hora ist eine Chrome-Erweiterung, die von favilardo entwickelt wurde, und ihr Hauptmerkmal ist "Contador que permite contar casos por hora realizados".

Erweiterungsscreenshots

screenshot

Contador productividad por hora-Erweiterungs-CRX-Datei herunterladen

Laden Sie Contador productividad por hora-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Contador de casos o items por hora                    

Grundlegende Informationen zur Erweiterung

Name Contador productividad por hora Contador productividad por hora
ID ggbmbpjjkodplcnfjfoefpgignapdlng
Offizielle URL https://chromewebstore.google.com/detail/contador-productividad-po/ggbmbpjjkodplcnfjfoefpgignapdlng
Beschreibung Contador que permite contar casos por hora realizados
Dateigröße 59.43 KB
Installationsanzahl 320
Aktuelle Version 1.0
Letztes Update 2020-08-16
Veröffentlichungsdatum 2020-08-16
Entwickler favilardo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contador productividad por hora",
    "version": "1.0",
    "description": "Contador que permite contar casos por hora realizados",
    "browser_action": {
        "default_title": "Contador produ",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}