Velocity Tracker
Track your tasks in one click.
Velocity Trackerคืออะไร?
Velocity Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://velocitytrackerapp.com และคุณลักษณะหลักของมันคือ "Track your tasks in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Velocity Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Velocity Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using Trello or Asana? Looking for a tool to track time in Asana or Trello? This is an extension you can use to track time spent on tasks stored in ASANA and Trello trackers. To use it you'll need to sign up at Velocity Tracker website and install this extension. Just open your task in Chrome and click on an extension icon, press 'Start'! Main features: - Track time spent on tasks - You can press 'Pause' and 'Resume' any time (on any page) - Manually add time if you need - Review task details any time (while tracking time) - Add an estimates for each task/card for Trello and Asana VelocityTrackerApp (www.velocitytrackerapp.com) features: - Track not only time, but money you spent and earn - Manage your team - Get financial analysis any time - Review reports Changelog, ver.0.2.29: - Notifications disabled for Saturdays and Sundays
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Velocity Tracker |
ID | lkaefaenjpcnjdncekegikjnpcddcldj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/velocity-tracker/lkaefaenjpcnjdncekegikjnpcddcldj |
คำอธิบาย | Track your tasks in one click. |
ขนาดไฟล์ | 1.31 MB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.3.3 |
อัปเดตครั้งล่าสุด | 2016-07-19 |
วันที่เผยแพร่ | 2016-07-19 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://velocitytrackerapp.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.velocitytrackerapp.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velocity Tracker", "description": "Track your tasks in one click.", "version": "0.3.3", "background": { "scripts": [ "settings.js", "jquery-2.1.1.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/clock-19-off.png", "38": "images\/clock-38-off.png" }, "default_popup": "popup.html", "default_title": "Tracker" }, "content_scripts": [ { "run_at": "document_end", "css": [ "css\/insert.css" ], "js": [ "jquery-2.1.1.min.js", "js\/asana.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] }, { "css": [ "css\/insert.css" ], "js": [ "js\/trello.js" ], "matches": [ "https:\/\/trello.com\/0\/*" ] } ], "icons": { "128": "images\/clock128px.png", "16": "images\/clock16px.png", "32": "images\/clock32px.png" }, "permissions": [ "tabs", "storage", "notifications", "http:\/\/*\/", "https:\/\/*\/" ] } |