Quidlo Timesheets Time Tracker

Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.

Was ist Quidlo Timesheets Time Tracker?

Quidlo Timesheets Time Tracker ist eine Chrome-Erweiterung, die von Quidlo entwickelt wurde, und ihr Hauptmerkmal ist "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Quidlo Timesheets Time Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quidlo Timesheets Time Tracker-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

                        Quidlo Timesheets is a time tracking tool dedicated first of all - but not only - to all teams still using spreadsheets. It gives more control over time logging and reporting than a spreadsheet, while keeping its simplicity. Moreover it is FREE for small teams!

Timesheets works on all your devices. Are you always on the go? Download the Android app on your phone and have an easy access to Timesheets wherever work takes you.                    

Grundlegende Informationen zur Erweiterung

Name Quidlo Timesheets Time Tracker Quidlo Timesheets Time Tracker
ID nhjkdkcoojjnpdfcefbopdkcbhkgpbln
Offizielle URL https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln
Beschreibung Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
Dateigröße 2.25 MB
Installationsanzahl 61
Aktuelle Version 0.7
Letztes Update 2023-01-31
Veröffentlichungsdatum 2023-01-31
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler Quidlo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.quidlo.com/timesheets/
Hilfeseite URL https://www.quidlo.com/help/
URL der Datenschutzrichtlinien-Seite https://www.quidlo.com/timesheets/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quidlo Timesheets Time Tracker",
    "description": "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "version": "0.7",
    "action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Quidlo Timesheets"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "*:\/\/*.quidlo.com\/*"
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/miquido.atlassian.net\/browse\/*"
            ],
            "js": [
                "\/scripts\/jira-details.js"
            ],
            "css": [
                "\/styles\/button.css"
            ]
        },
        {
            "matches": [
                "https:\/\/miquido.atlassian.net\/jira\/*?selectedIssue=*"
            ],
            "js": [
                "\/scripts\/jira.js"
            ]
        }
    ]
}