Harvest Time Tracker
Track time from Chrome and within popular project management tools.
Harvest Time Trackerคืออะไร?
Harvest Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.getharvest.com และคุณลักษณะหลักของมันคือ "Track time from Chrome and within popular project management tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harvest Time Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Harvest Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Harvest Overview Harvest helps over 70,000 companies thrive with simple time tracking, powerful insights and reporting, and tools to help you get paid faster. Easily track time from the desktop app, web, Asana, Basecamp, Trello, GitHub, or your mobile device. Drill down into visual reports to keep track of project budgets, and make smarter decisions for your business. Track time in Google Chrome™ Conveniently start and stop timers from your browser and get to work. Whether you're digging through emails or having an online meeting with your team, your timer is just a click away with Harvest for Chrome. Bring time tracking into popular web apps Enjoy an enhanced time tracking experience for today's most popular project management tools. When using Asana, Basecamp, ClickUp, or Trello in Chrome, you will see an option to start timers on any to-do items or cards. In GitHub and Jira, you can track time on issues or pull requests. It's as if time tracking is built right in. Gain insights into your projects Turn tracked time into insightful, customizable reports. Time-based reporting provides accurate project budget reports, staff reports, and more. You'll gain insights to help you make decisions and ensure your projects run smoothly. If you’re having difficulty seeing timers or tracking time to Harvest, please contact us at [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Harvest Time Tracker |
ID | fbpiglieekigmkeebmeohkelfpjjlaia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/harvest-time-tracker/fbpiglieekigmkeebmeohkelfpjjlaia |
คำอธิบาย | Track time from Chrome and within popular project management tools. |
ขนาดไฟล์ | 30.46 KB |
จำนวนการติดตั้ง | 45,848 |
เวอร์ชันปัจจุบัน | 4.1.6 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2020-06-05 |
คะแนน | 3.05/5 รวมทั้งหมด 155 คะแนน |
ผู้พัฒนา | https://www.getharvest.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.getharvest.com |
URL หน้าช่วยเหลือ | https://support.getharvest.com/hc/en-us/articles/360048686191-Google-Chrome-Extension |
URL หน้านโยบายความเป็นส่วนตัว | https://www.getharvest.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.1.6", "name": "Harvest Time Tracker", "description": "Track time from Chrome and within popular project management tools.", "author": "Iridesco, LLC d\/b\/a Harvest", "manifest_version": 3, "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "action": { "default_icon": { "19": "images\/[email protected]", "38": "images\/[email protected]" }, "default_title": "Start a Harvest timer", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+H" } } }, "background": { "service_worker": "service-worker.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/basecamp.com\/*" ], "js": [ "js\/profiles\/basecamp2.js", "js\/platform.js" ] }, { "matches": [ "https:\/\/3.basecamp.com\/*" ], "js": [ "js\/profiles\/basecamp3.js", "js\/platform.js" ], "css": [ "css\/basecamp3.css" ] }, { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/profiles\/trello.js", "js\/platform.js" ], "css": [ "css\/trello.css" ] }, { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/profiles\/github.js", "js\/platform.js" ], "css": [ "css\/github.css" ] }, { "matches": [ "https:\/\/app.asana.com\/*" ], "js": [ "js\/profiles\/asana.js", "js\/platform.js" ], "css": [ "css\/asana.css" ] } ] } |