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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Timmi Timer Timmi Timer
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\/"
    ]
}