Timenotes - Time Tracker
Timenotes.io time trackers for the browser with support for Asana, Basecamp, Todoist, Trello and manual tracking.
Timenotes - Time Trackerคืออะไร?
Timenotes - Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timenotes.io และคุณลักษณะหลักของมันคือ "Timenotes.io time trackers for the browser with support for Asana, Basecamp, Todoist, Trello and manual tracking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timenotes - Time Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Timenotes - Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Timenotes.io time tracker extension for the browser with support for Asana, Basecamp, Todoist, Trello and manual tracking. An easy-to-use daily activity tracker that allows for reporting hours with a single push of a button. Timenotes is not only a browser add-on, sign in to timenotes.io to access a powerful time management tool for teams and solo users. Extension features: * extend Asana, Basecamp, Todoist or Trello interfaces with time tracking functionality * start/stop time tracker with just one click * setup your working schedule to get time tracking reminders and never forget to track your time * get the alert notification in case you forget to stop the tracker * access daily time summaries of a day * assign time logs to task and project * bookmark ongoing tasks ABOUT TIMENOTES Timenotes Chrome Extension is a part of the web platform with complementary features that enables you to get an insight about your and your team members’ logged time. Visit Timenotes to access features like detailed reports, team and absences management, timesheets, team activity dashboard and much more. Timenotes will help you and your team bring your productivity to the next level. Browser add-on helps you to track your time from anywhere on the web. In case of any questions, feedback or feature requests, feel free to email us on [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Timenotes - Time Tracker |
ID | goleoncgpfpkngmfhalghaopbfooppbd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timenotes-time-tracker/goleoncgpfpkngmfhalghaopbfooppbd |
คำอธิบาย | Timenotes.io time trackers for the browser with support for Asana, Basecamp, Todoist, Trello and manual tracking. |
ขนาดไฟล์ | 2.97 MB |
จำนวนการติดตั้ง | 1,247 |
เวอร์ชันปัจจุบัน | 1.3.14 |
อัปเดตครั้งล่าสุด | 2023-11-10 |
วันที่เผยแพร่ | 2019-11-27 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://timenotes.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://timenotes.io |
URL หน้าช่วยเหลือ | https://timenotes.io |
URL หน้านโยบายความเป็นส่วนตัว | https://timenotes.io/privacy_policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAosG+o1ssqMn6\/USIoNQSsxT96hp3MFxTEhLkIHXtrNmb7VgfpbYdxRLP7DAELlVfUio\/TVyTeo1Mrpdf1WoUm6kZc9I0EdTzkOPGk9VZbhz08QHrBzmwpcUh0ADoetlZ9FI5wVUxmadFhAmYuAElDit45uKm04wb7xgsywe2Z49cBEMcQDUAYTGsjYB0t9g1\/E5sEvu44lwq06wXuyHfsDeXERopcGUajWYCqf9tn1zq65FUtGnllNW+mmS7+HEOtA7lNAq1pkYoxZEONtorN9xRSrgs3ZvyreOlqsCCox\/BmsiOXvSwXFcJNsT1D3tgHpBN0aILpiM3pLRO5szAnwIDAQAB", "name": "Timenotes - Time Tracker", "description": "Timenotes.io time trackers for the browser with support for Asana, Basecamp, Todoist, Trello and manual tracking.", "version": "1.3.14", "author": "Timenotes", "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "browser_action": { "default_title": "Timenotes", "default_popup": "index.html", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/todoist.com\/app\/*" ], "js": [ "todoistContentScripts.js" ] }, { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "trelloContentScripts.js" ] }, { "matches": [ "https:\/\/3.basecamp.com\/*" ], "js": [ "basecampContentScripts.js" ] }, { "matches": [ "https:\/\/app.asana.com\/*" ], "js": [ "asanaContentScripts.js" ] } ], "permissions": [ "tabs", "storage", "identity", "notifications" ], "oauth2": { "client_id": "525318210450-8rcj2qpqck7idr4q4ipbnb2tlmjn89e2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } } |