Time Tracker
This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.
什麼是Time Tracker?
Time Tracker是由LogWork開發的Chrome擴展程式,該擴展的主要功能是“This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.”。
擴展截圖
下載Time Tracker擴展crx文件
下載Time Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Free productivity and time tracker for most popular online project management tools, platforms (e.g. Trello, Asana, Github, Notion, Todoist, etc.) that let you quickly and easily start a timer or log time manually. Keep an account of each minute worked! We embed the time tracking button inside their native website interface. The embedded time tracker button looks as native, and it can increase your productivity and motivate you to achieve better results. So, no more tab switching. The accessibility of our time tracker proves to help you manage your time efficiently, work on diverse tasks during your working day, focus on tasks and projects, increase productivity, provide powerful results, etc.
擴展基本資訊
名稱 | |
ID | ehagagfefdlncfmdnnegoagdemnfehdc |
官方網址 | https://chromewebstore.google.com/detail/time-tracker/ehagagfefdlncfmdnnegoagdemnfehdc |
簡介 | This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc. |
檔案大小 | 564 KB |
安裝次數 | 699 |
目前版本 | 1.4 |
更新時間 | 2021-12-13 |
上架時間 | 2020-12-25 |
開發者 | LogWork |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://logwork.com/blog/contact-us |
隱私政策頁面URL | https://app.logwork.com/privacy |
支援的語言 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Time Tracker", "description": "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.", "version": "1.4", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup\/index.html" }, "permissions": [ "*:\/\/*.logwork.com\/*", "*:\/\/logwork.com\/*", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "js\/extension_init.js", "js\/background.js" ] }, "options_page": "html\/options.html", "web_accessible_resources": [ "icons\/user.png", "icons\/arrow_right.png", "icons\/cancel.png", "icons\/check.png", "icons\/folder.png", "icons\/plus.png" ] } |