Quidlo Timesheets Time Tracker

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

Vad är Quidlo Timesheets Time Tracker?

Quidlo Timesheets Time Tracker är en Chrome-tillägg utvecklad av Quidlo, och dess huvudfunktion är "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Quidlo Timesheets Time Tracker-förlängningens CRX-fil

Ladda ner Quidlo Timesheets Time Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Quidlo Timesheets Time Tracker Quidlo Timesheets Time Tracker
ID nhjkdkcoojjnpdfcefbopdkcbhkgpbln
Officiell webbadress https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln
Beskrivning Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
Filstorlek 2.25 MB
Antal Installationer 61
Aktuell Version 0.7
Senast Uppdaterad 2023-01-31
Publiceringsdatum 2023-01-31
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Quidlo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.quidlo.com/timesheets/
Hjälpsida URL https://www.quidlo.com/help/
URL till Sekretesspolicy Sidan https://www.quidlo.com/timesheets/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}