Jibble Legacy Tracker
Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team
Jibble Legacy Tracker là gì?
Jibble Legacy Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://www.jibble.io, và tính năng chính của nó là "Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team".
Ả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 Jibble Legacy Tracker
Tải xuống các tệp mở rộng Jibble Legacy Tracker 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
Track time and attendance of your team for client billing, payroll or work productivity. Jibble in when you start work and jibble out when you stop, and get automated timesheets for your entire team. No more time investment at the end of the week or month. Jibbling is more powerful with power-ups! With activity tracking enabled you can access real time data on what everyone is working on and ensure accurate costing of tasks/projects. And if activities are associated with clients you can easily track billable time with the client billing power-up. This Chrome extension makes it even easier for you to Jibble. You can use Jibble for free forever! Please note that this extension only works with the legacy Jibble 1 version. Upgrade to Jibble 2 for more advanced features and a better experience!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jibble Legacy Tracker |
ID | ebgkkbjamcoacabklibmiggnpdlcecoc |
URL Chính Thức | https://chromewebstore.google.com/detail/jibble-legacy-tracker/ebgkkbjamcoacabklibmiggnpdlcecoc |
Mô tả | Jibble in & out to get automated timesheets, activity/project tracking, client billing and powerful reporting for your team |
Kích Thước Tệp | 1.31 MB |
Số Lần Cài Đặt | 2,118 |
Phiên Bản Hiện Tại | 2.5.1 |
Cập Nhật Lần Cuối | 2023-02-08 |
Ngày Phát Hành | 2020-01-22 |
Đánh Giá | 4.63/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://www.jibble.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.jibble.io |
URL Trang Trợ Giúp | https://help.jibble.io |
URL Trang Chính Sách Bảo Mật | https://www.jibble.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jibble Legacy Tracker", "short_name": "Jibble", "description": "Jibble in & out to get automated timesheets, activity\/project tracking, client billing and powerful reporting for your team", "version": "2.5.1", "icons": { "16": "statics\/icon16.png", "48": "statics\/icon48.png", "128": "statics\/icon128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "statics\/icon16.png", "48": "statics\/icon48.png", "128": "statics\/icon128.png" }, "default_title": "Jibble" }, "content_security_policy": "script-src 'self'; object-src 'self';", "permissions": [ "alarms" ], "background": { "scripts": [ "back\/index.js" ], "persistent": false } } |