TaskTimr
TaskTimr Extension for Workfront
TaskTimrคืออะไร?
TaskTimr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tasktimr.com และคุณลักษณะหลักของมันคือ "TaskTimr Extension for Workfront"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TaskTimr
ดาวน์โหลดไฟล์ส่วนขยาย TaskTimr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TaskTimr for Attask/Workfront
1.47
- Remove Top Bar -> Some times there freezes the window when the Tracking bar is on top!
1.44
- Bugfix Description and update to API 14.0
1.42
- Bugfix Layout for new version (Sidebar and TopBar)
1.41
- Update Layout Bugfix for new Workfront Layout with floating Navbar
1.40
- Bugfix for Sidebar Layout
1.39
- Add Option for Sidebar Layout
- Bugfixes
1.38
- Add show Description Button in Options
1.37
- Track Time in Home View (inkl. Beta Layout)
- Add API Key to upload Tracked time to Task/Issue/Project
- Track times in Beta View from Home Dashboard
- remove comment and lock support
- remove layouts
Workfront Home view:
- in current version you can only track one Time
- in beta view you can track every clicked Task. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eonllkkdpiadjpocfddnclhflaehdpda |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tasktimr/eonllkkdpiadjpocfddnclhflaehdpda |
| คำอธิบาย | TaskTimr Extension for Workfront |
| ขนาดไฟล์ | 1.18 MB |
| จำนวนการติดตั้ง | 127 |
| เวอร์ชันปัจจุบัน | 1.47 |
| อัปเดตครั้งล่าสุด | 2022-02-01 |
| วันที่เผยแพร่ | 2020-05-28 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://www.tasktimr.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://github.com/Gerhard-Kanzler/TaskTimr/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TaskTimr",
"description": "TaskTimr Extension for Workfront",
"version": "1.47",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/*.workfront.com\/project\/view*",
"https:\/\/*.workfront.com\/task\/view*",
"https:\/\/*.workfront.com\/issue\/view*",
"https:\/\/*.workfront.com\/wfhome\/*",
"https:\/\/*.workfront.com\/project*",
"https:\/\/*.workfront.com\/task*",
"https:\/\/*.workfront.com\/issue*",
"https:\/\/*.workfront.com\/home*"
],
"js": [
"static\/js\/jquery-3.2.1.min.js",
"static\/js\/popperjs.min.js",
"static\/js\/jquery-ui.js",
"static\/js\/moment.js",
"content.js"
],
"css": [
"static\/css\/style.css",
"static\/css\/jquery-ui.css",
"static\/css\/ionicons.css",
"static\/css\/bootstrap.min.css"
]
}
],
"web_accessible_resources": [
"static\/fonts\/*.*",
"static\/img\/*.*",
"static\/images\/*.*",
"templates\/*.*"
]
} | |