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