Timmi Timer
Keep track of your time in a few clicks without taking your attention away from your work.
Timmi Timerคืออะไร?
Timmi Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucca และคุณลักษณะหลักของมันคือ "Keep track of your time in a few clicks without taking your attention away from your work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timmi Timer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/" ] } |