Quidlo Timesheets Time Tracker

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

Hvad er Quidlo Timesheets Time Tracker?

Quidlo Timesheets Time Tracker er en Chrome-udvidelse udviklet af Quidlo, og dens hovedfunktion er "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Quidlo Timesheets Time Tracker-udvidelses-CRX-fil

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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Quidlo Timesheets Time Tracker Quidlo Timesheets Time Tracker
ID nhjkdkcoojjnpdfcefbopdkcbhkgpbln
Officiel URL https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln
Beskrivelse Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
Filstørrelse 2.25 MB
Antal Installationer 61
Nuværende Version 0.7
Senest Opdateret 2023-01-31
Udgivelsesdato 2023-01-31
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler Quidlo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.quidlo.com/timesheets/
Hjælpeside-URL https://www.quidlo.com/help/
URL til Fortrolighedspolitik Side https://www.quidlo.com/timesheets/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}