ClockWise Hour registration

ClockWise: Online hour registration, project management and invoicing

Wat is ClockWise Hour registration?

ClockWise Hour registration is een Chrome-extensie ontwikkeld door ClockWise, en de belangrijkste functie is "ClockWise: Online hour registration, project management and invoicing".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ClockWise Hour registration

Download ClockWise Hour registration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ClockWise Hour registration ClockWise Hour registration
ID phcdnkbphhikmlchlhbimhfdinepijci
Officiële URL https://chromewebstore.google.com/detail/clockwise-hour-registrati/phcdnkbphhikmlchlhbimhfdinepijci
Beschrijving ClockWise: Online hour registration, project management and invoicing
Bestandsgrootte 995 KB
Aantal Installaties 591
Huidige Versie 1.3.4
Laatst Bijgewerkt 2022-11-14
Publicatiedatum 2020-09-05
Ontwikkelaar ClockWise
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clockwise.info/
Help Pagina-URL https://clockwise.info/
URL van de Privacybeleid Pagina https://clockwise.info/nl/privacy
Ondersteunde Talen 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"
}