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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |