ClockWise Hour registration

ClockWise: Online hour registration, project management and invoicing

O que é ClockWise Hour registration?

ClockWise Hour registration é uma extensão do Chrome desenvolvida por ClockWise, e sua principal característica é "ClockWise: Online hour registration, project management and invoicing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ClockWise Hour registration

Baixe arquivos de extensão ClockWise Hour registration 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

                        ClockWise is an online time tracking, project management and billing software. With the ClockWise Chrome extension you can write hours in the ClockWise application. You can use the stopwatch or timer and you can use the app to submit the written hours. The hours can then be approved and invoiced in ClockWise. 

To use the app you need a ClockWise (trial) account. If you do not have a ClockWise account yet, you can try ClockWise for free for two months. Request a trial account via our website.                    

Informações Básicas da Extensão

Nome ClockWise Hour registration ClockWise Hour registration
ID phcdnkbphhikmlchlhbimhfdinepijci
URL Oficial https://chromewebstore.google.com/detail/clockwise-hour-registrati/phcdnkbphhikmlchlhbimhfdinepijci
Descrição ClockWise: Online hour registration, project management and invoicing
Tamanho do Arquivo 995 KB
Contagem de Instalações 591
Versão Atual 1.3.4
Última Atualização 2022-11-14
Data de Publicação 2020-09-05
Desenvolvedor ClockWise
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://clockwise.info/
URL da Página de Ajuda https://clockwise.info/
URL da Página de Política de Privacidade https://clockwise.info/nl/privacy
Idiomas Suportados en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.4",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.4324",
    "permissions": [
        "storage",
        "identity",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.clockwise.info\/*"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "action": {
        "default_title": "ClockWise Urenregistratie",
        "default_popup": ".\/content\/login.html"
    },
    "icons": {
        "16": ".\/includes\/images\/logged_out_S.png",
        "48": ".\/includes\/images\/logged_in_M.png",
        "128": ".\/includes\/images\/logged_in_L.png"
    },
    "options_page": "options.html"
}