Runn Time Tracker
The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.
Τι είναι το Runn Time Tracker;
Το Runn Time Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://runn.io, και η κύρια λειτουργία του είναι "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Runn Time Tracker
Λήψη αρχείων επέκτασης Runn Time Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Features include: 1. Start / Stop timer 2. Showing scheduled work for today 3. Highlighting missing time entries 4. Automatic login 5. Recording while the browser window is closed 6. Editable past records for entries If you are using Runn to manage your projects, now it's time to start time tracking too! ABOUT RUNN Runn is a modern resource and capacity planning platform that gets remote teams on the same page. Know exactly where projects are at, and what’s required to deliver them, with real-time forecasts of capacity, resource needs, revenue, and profitability. Find out more at www.runn.io If you have any issues or feedback, send us an email at [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Runn Time Tracker |
ID | cpddihacdnimdjdchmobaefmcilcpddd |
Επίσημο URL | https://chromewebstore.google.com/detail/runn-time-tracker/cpddihacdnimdjdchmobaefmcilcpddd |
Περιγραφή | The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn. |
Μέγεθος Αρχείου | 745 KB |
Αριθμός Εγκαταστάσεων | 701 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2023-05-26 |
Ημερομηνία Δημοσίευσης | 2021-03-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://runn.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://runn.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.runn.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.runn.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Runn Time Tracker", "manifest_version": 2, "version": "1.0.4", "browser_action": { "default_popup": "index.html" }, "description": "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.", "permissions": [ "https:\/\/app.runn.io\/*" ], "background": { "scripts": [] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |