Timmi Timer
Keep track of your time in a few clicks without taking your attention away from your work.
Cos'è Timmi Timer?
Timmi Timer è un'estensione di Chrome sviluppata da Lucca, e la sua funzione principale è "Keep track of your time in a few clicks without taking your attention away from your work.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Timmi Timer
Scarica i file di estensione Timmi Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fdahffoflnmloggignakojdofpebofpo |
URL Ufficiale | https://chromewebstore.google.com/detail/timmi-timer/fdahffoflnmloggignakojdofpebofpo |
Descrizione | Keep track of your time in a few clicks without taking your attention away from your work. |
Dimensione del File | 616 KB |
Conteggio Installazioni | 3,523 |
Versione Corrente | 2.2.14 |
Ultimo Aggiornamento | 2023-04-11 |
Data di Pubblicazione | 2020-01-17 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Lucca |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.lucca.fr |
Lingue Supportate | 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\/" ] } |