ClockWise Hour registration

ClockWise: Online hour registration, project management and invoicing

¿Qué es ClockWise Hour registration?

ClockWise Hour registration es una extensión de Chrome desarrollada por ClockWise, y su función principal es "ClockWise: Online hour registration, project management and invoicing".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ClockWise Hour registration

Descarga archivos de extensión ClockWise Hour registration en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ClockWise Hour registration ClockWise Hour registration
ID phcdnkbphhikmlchlhbimhfdinepijci
URL Oficial https://chromewebstore.google.com/detail/clockwise-hour-registrati/phcdnkbphhikmlchlhbimhfdinepijci
Descripción ClockWise: Online hour registration, project management and invoicing
Tamaño del Archivo 995 KB
Cantidad de Instalaciones 591
Versión Actual 1.3.4
Última Actualización 2022-11-14
Fecha de Publicación 2020-09-05
Desarrollador ClockWise
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://clockwise.info/
URL de la Página de Ayuda https://clockwise.info/
URL de la Página de Política de Privacidad https://clockwise.info/nl/privacy
Idiomas Soportados 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"
}