ClockWise Hour registration

ClockWise: Online hour registration, project management and invoicing

ClockWise Hour registration là gì?

ClockWise Hour registration là một tiện ích mở rộng Chrome được phát triển bởi ClockWise, và tính năng chính của nó là "ClockWise: Online hour registration, project management and invoicing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClockWise Hour registration

Tải xuống các tệp mở rộng ClockWise Hour registration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClockWise Hour registration ClockWise Hour registration
ID phcdnkbphhikmlchlhbimhfdinepijci
URL Chính Thức https://chromewebstore.google.com/detail/clockwise-hour-registrati/phcdnkbphhikmlchlhbimhfdinepijci
Mô tả ClockWise: Online hour registration, project management and invoicing
Kích Thước Tệp 995 KB
Số Lần Cài Đặt 591
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2022-11-14
Ngày Phát Hành 2020-09-05
Nhà Phát Triển ClockWise
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clockwise.info/
URL Trang Trợ Giúp https://clockwise.info/
URL Trang Chính Sách Bảo Mật https://clockwise.info/nl/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}