Runn Time Tracker
The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.
Qu'est-ce que Runn Time Tracker ?
Runn Time Tracker est une extension Chrome développée par https://runn.io, et sa fonction principale est "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Runn Time Tracker
Téléchargez les fichiers d'extension Runn Time Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Runn Time Tracker |
ID | cpddihacdnimdjdchmobaefmcilcpddd |
URL Officiel | https://chromewebstore.google.com/detail/runn-time-tracker/cpddihacdnimdjdchmobaefmcilcpddd |
Description | The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn. |
Taille du Fichier | 745 KB |
Nombre d'Installations | 701 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-05-26 |
Date de Publication | 2021-03-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://runn.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://runn.io |
URL de la Page d'Aide | https://help.runn.io |
URL de la Page de Politique de Confidentialité | https://www.runn.io/privacy |
Langues Prises en Charge | 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" } } |