Timmi Timer
Keep track of your time in a few clicks without taking your attention away from your work.
Timmi Timer क्या है?
Timmi Timer Lucca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of your time in a few clicks without taking your attention away from your work."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timmi Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |