Basecamp Extension
Speed up Basecamp time entry and graph your time report.
Basecamp Extension là gì?
Basecamp Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.syedgakbar.com, và tính năng chính của nó là "Speed up Basecamp time entry and graph your time report.".
Ả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 Basecamp Extension
Tải xuống các tệp mở rộng Basecamp Extension 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
Basecamp extension helps speed up the time entry for the previous dates. Plus you can also generate simple or multi-series charts of your task's hours. If you don't update hours daily on the Basecamp, and usually do this after a day, week or month; you know how tiring this process cold be. As when adding the back dated entries, you have to change the date every time, calculate the time spent on each task, and then post and verify each and ever entry time entry. If you share these feelings, then this extension is just what you are looking far. With this extension, you can set a default date which appears in all time entries, set the default person for whom you are adding these entries (your seniors or boss?), and auto calculate the time spent on the task from the pasted description text (I love this one). If you want to learn more about this, check our this video tutorial: http://www.youtube.com/watch?v=uo4AKy5Sukk Another interesting extension of this tool is to generate the graph/chart of the time hours data. So if you want to visually see how much time you are spending on each project per month, or how much effort your team members are putting on different project per week, then this extension helps you generate all these graphs directly in your browser with few clicks. Check the following video for detail on this feature: http://www.youtube.com/watch?v=u1qKqf-H5NY Warning: This extension is highly addictive, and there are good chances that it will make you even more lazy. I have warned you, so if you still use it, I'm not liable for any damage or claims, whether in an action of contract, tort or otherwise, arising from, out of or in connection with this extension or use of it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Basecamp Extension |
ID | ankjnefclmaakpbgfglfegfekiofndkm |
URL Chính Thức | https://chromewebstore.google.com/detail/basecamp-extension/ankjnefclmaakpbgfglfegfekiofndkm |
Mô tả | Speed up Basecamp time entry and graph your time report. |
Kích Thước Tệp | 481 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.3.6 |
Cập Nhật Lần Cuối | 2017-03-13 |
Ngày Phát Hành | 2017-03-13 |
Đánh Giá | 3.31/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://www.syedgakbar.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.syedgakbar.com |
URL Trang Trợ Giúp | http://www.syedgakbar.com/products/BasecampExt/ |
URL Trang Chính Sách Bảo Mật | https://www.syedgakbar.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basecamp Extension", "version": "0.3.6", "description": "Speed up Basecamp time entry and graph your time report.", "background": { "scripts": [ "js\/chrome-background.js" ] }, "page_action": { "default_icon": "default_icon.png", "default_title": "Basecamp Extension", "default_popup": "popup.html" }, "icons": { "48": "icon_48.png", "128": "icon_48.png" }, "web_accessible_resources": [ "images\/date_next.gif", "images\/date_prev.gif", "FusionCharts\/FCF_Column2D.swf", "FusionCharts\/FCF_Column3D.swf", "FusionCharts\/FCF_Pie2D.swf", "FusionCharts\/FCF_Pie3D.swf", "FusionCharts\/FCF_Line.swf", "FusionCharts\/FCF_Bar2D.swf", "FusionCharts\/FCF_Area2D.swf", "FusionCharts\/FCF_Doughnut2D.swf", "FusionCharts\/FCF_MSColumn2D.swf", "FusionCharts\/FCF_MSColumn3D.swf", "FusionCharts\/FCF_MSLine.swf", "FusionCharts\/FCF_MSBar2D.swf", "FusionCharts\/FCF_MSArea2D.swf" ], "permissions": [ "tabs", "http:\/\/*.basecamphq.com\/*", "https:\/\/*.basecamphq.com\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "js\/chrome-content.js", "js\/jquery-1.4.2.min.js", "js\/basecamp-extension.js", "js\/time-graph.js", "js\/Chart.bundle.js" ], "css": [ "css\/stylesheet.css" ], "matches": [ "http:\/\/*.basecamphq.com\/*", "https:\/\/*.basecamphq.com\/*" ] } ] } |