Timepot
Log your time with timepot
Timepot là gì?
Timepot là một tiện ích mở rộng Chrome được phát triển bởi Sparkbit, và tính năng chính của nó là "Log your time with timepot".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Timepot
Tải xuống các tệp mở rộng Timepot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Timepot Timer is now available in: Jira, YouTrack, Trello, Gmail, Google Drive (Docs, Sheets & Slides) HOW TO INSTALL TIMEPOT TIMER? 1. Install Timepot Timer chrome extension. 2. Sign in to your Timepot at https://timepot.io/ 3. Go to the app you want to track time within. 4. You’ll notice right away the Timepot Timer button added to your tasks inside the tools. 5. Start timer. The task’s name will be automatically added to the matching project in your Timepot dashboard. 6. Happy tracking! WHY YOU SHOULD TRACK TIME WITH TIMEPOT -Manual and automated time tracking -Comfortable timer next to your tasks in Jira and YouTrack -Comprehensive reporting of your employee working time -Measuring project profitability -Financial insight supports multiple currencies -Reports for Time & Materials and Fixed Price projects -Holidays tracking module -Intuitive and easy to use dashboard QUESTIONS? In case of any questions, problems or suggestions regarding Timepot Timer write to us at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Timepot |
ID | pmiolffajljmdecbcmcaipnkjhmmdcfa |
URL Chính Thức | https://chromewebstore.google.com/detail/timepot/pmiolffajljmdecbcmcaipnkjhmmdcfa |
Mô tả | Log your time with timepot |
Kích Thước Tệp | 231 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2017-08-08 |
Ngày Phát Hành | 2017-08-08 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Sparkbit |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.timepot.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timepot", "description": "Log your time with timepot", "version": "1.0.7", "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "browser_action": { "default_icon": "resources\/icon-inactive.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "timepot-content-extension.js" ], "css": [ "timepot-content-extension.css" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/www.google-analytics.com ; object-src 'self'", "permissions": [ "cookies", "https:\/\/*.timepot.io\/*", "https:\/\/*.timepot-test.pl\/*" ] } |