Timmi Timer
Keep track of your time in a few clicks without taking your attention away from your work.
Timmi Timerとは何ですか?
Timmi TimerはLuccaによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your time in a few clicks without taking your attention away from your work.」です。
拡張機能のスクリーンショット
Timmi Timer拡張機能のCRXファイルをダウンロード
Timmi Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you using the Timmi Timesheet solution developed by Lucca? Follow your times in a few clicks directly from your browser thanks to this extension which enables you to launch timers and send the timed times to your timesheets.
拡張機能の基本情報
名前 | |
ID | fdahffoflnmloggignakojdofpebofpo |
公式URL | https://chromewebstore.google.com/detail/timmi-timer/fdahffoflnmloggignakojdofpebofpo |
説明 | Keep track of your time in a few clicks without taking your attention away from your work. |
ファイルサイズ | 616 KB |
インストール数 | 3,523 |
現在のバージョン | 2.2.14 |
最終更新日 | 2023-04-11 |
公開日 | 2020-01-17 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Lucca |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.lucca.fr |
対応言語 | de,en,fr,es,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timmi Timer", "version": "2.2.14", "description": "__MSG_appDesc__", "permissions": [ "cookies" ], "default_locale": "en", "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" }, "icons": { "16": "\/assets\/icons\/logo_off_16x16.png", "48": "\/assets\/icons\/logo_off_48x48.png", "128": "\/assets\/icons\/logo_off_128x128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3, "host_permissions": [ "https:\/\/*.ilucca.net\/", "https:\/\/*.ilucca.ch\/", "https:\/\/*.ilucca-test.net\/", "https:\/\/*.ilucca-test.ch\/", "https:\/\/*.ilucca-preview.net\/", "https:\/\/*.ilucca-preview.ch\/", "https:\/\/*.ilucca-demo.net\/" ] } |