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 https://runn.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Runn Time Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |