Quidlo Timesheets Time Tracker
Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
Τι είναι το Quidlo Timesheets Time Tracker;
Το Quidlo Timesheets Time Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Quidlo, και η κύρια λειτουργία του είναι "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Quidlo Timesheets Time Tracker
Λήψη αρχείων επέκτασης Quidlo Timesheets Time Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quidlo Timesheets is a time tracking tool dedicated first of all - but not only - to all teams still using spreadsheets. It gives more control over time logging and reporting than a spreadsheet, while keeping its simplicity. Moreover it is FREE for small teams! Timesheets works on all your devices. Are you always on the go? Download the Android app on your phone and have an easy access to Timesheets wherever work takes you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Quidlo Timesheets Time Tracker |
ID | nhjkdkcoojjnpdfcefbopdkcbhkgpbln |
Επίσημο URL | https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln |
Περιγραφή | Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes. |
Μέγεθος Αρχείου | 2.25 MB |
Αριθμός Εγκαταστάσεων | 61 |
Τρέχουσα Έκδοση | 0.7 |
Τελευταία Ενημέρωση | 2023-01-31 |
Ημερομηνία Δημοσίευσης | 2023-01-31 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Quidlo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.quidlo.com/timesheets/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.quidlo.com/help/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.quidlo.com/timesheets/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quidlo Timesheets Time Tracker", "description": "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "version": "0.7", "action": { "default_icon": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "default_popup": "popup\/index.html", "default_title": "Quidlo Timesheets" }, "background": { "service_worker": "service-worker.js" }, "host_permissions": [ "*:\/\/*.quidlo.com\/*" ], "permissions": [ "storage", "notifications", "alarms", "cookies" ], "content_scripts": [ { "matches": [ "https:\/\/miquido.atlassian.net\/browse\/*" ], "js": [ "\/scripts\/jira-details.js" ], "css": [ "\/styles\/button.css" ] }, { "matches": [ "https:\/\/miquido.atlassian.net\/jira\/*?selectedIssue=*" ], "js": [ "\/scripts\/jira.js" ] } ] } |