ClockWise Hour registration

ClockWise: Online hour registration, project management and invoicing

什么是ClockWise Hour registration?

ClockWise Hour registration是由ClockWise开发的Chrome扩展程序,该扩展的主要功能是“ClockWise: Online hour registration, project management and invoicing”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载ClockWise Hour registration扩展crx文件

下载ClockWise Hour registration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ClockWise Hour registration ClockWise Hour registration
ID phcdnkbphhikmlchlhbimhfdinepijci
官方URL https://chromewebstore.google.com/detail/clockwise-hour-registrati/phcdnkbphhikmlchlhbimhfdinepijci
简介 ClockWise: Online hour registration, project management and invoicing
文件大小 995 KB
安装次数 591
当前版本 1.3.4
更新时间 2022-11-14
上架时间 2020-09-05
开发者 ClockWise
电子邮箱 [email protected]
付费类型 free
扩展官网 https://clockwise.info/
帮助页面URL https://clockwise.info/
隐私政策页面URL https://clockwise.info/nl/privacy
支持的语言 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"
}