Quidlo Timesheets Time Tracker

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

O que é Quidlo Timesheets Time Tracker?

Quidlo Timesheets Time Tracker é uma extensão do Chrome desenvolvida por Quidlo, e sua principal característica é "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quidlo Timesheets Time Tracker

Baixe arquivos de extensão Quidlo Timesheets Time Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Quidlo Timesheets Time Tracker Quidlo Timesheets Time Tracker
ID nhjkdkcoojjnpdfcefbopdkcbhkgpbln
URL Oficial https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln
Descrição Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
Tamanho do Arquivo 2.25 MB
Contagem de Instalações 61
Versão Atual 0.7
Última Atualização 2023-01-31
Data de Publicação 2023-01-31
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Quidlo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.quidlo.com/timesheets/
URL da Página de Ajuda https://www.quidlo.com/help/
URL da Página de Política de Privacidade https://www.quidlo.com/timesheets/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}