MOCO Zeiterfassung

Browser plugin for MOCO

What is MOCO Zeiterfassung?

MOCO Zeiterfassung is a Chrome extension developed by https://www.mocoapp.com, and its main feature is "Browser plugin for MOCO".

Extension Screenshots

screenshot

Download MOCO Zeiterfassung Extension CRX File

Download MOCO Zeiterfassung extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bei der täglichen Arbeit mit diversen Taskmanagement-Tools kann direkt in diesen 
auf Aufgaben die Zeit in MOCO erfasst werden. In MOCO wird der Eintrag zur App verlinkt.                    

Extension Basic Information

Name MOCO Zeiterfassung MOCO Zeiterfassung
ID gbflgeijihckhgahimeplmbbgnkmaolj
Official URL https://chromewebstore.google.com/detail/moco-zeiterfassung/gbflgeijihckhgahimeplmbbgnkmaolj
Description Browser plugin for MOCO
File Size 461 KB
Installation Count 3,096
Current Version 2.6.2
Last Updated 2024-01-30
Publish Date 2020-06-15
Rating 3.70/5 Total 10 Ratings
Developer https://www.mocoapp.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.mocoapp.com/unternehmen/datenschutz
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MOCO Zeiterfassung",
    "short_name": "MOCO",
    "description": "Browser plugin for MOCO",
    "manifest_version": 3,
    "icons": {
        "16": "src\/images\/moco-32x32.png",
        "32": "src\/images\/moco-32x32.png",
        "48": "src\/images\/moco-159x159.png",
        "128": "src\/images\/moco-159x159.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.mocoapp.com\/*"
    ],
    "background": {
        "service_worker": "background.2.6.2.js"
    },
    "action": {
        "default_icon": "src\/images\/moco-32x32.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.2.6.2.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "MOCO-Zeiterfassung ein- und ausblenden",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "src\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "2.6.2"
}