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 |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |