Bitx - Basecamp instant to-dos extension
Connect to a Basecamp account and display all assigned todos.
Bitx - Basecamp instant to-dos extension là gì?
Bitx - Basecamp instant to-dos extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.asiance.com, và tính năng chính của nó là "Connect to a Basecamp account and display all assigned todos.".
Ả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 Bitx - Basecamp instant to-dos extension
Tải xuống các tệp mở rộng Bitx - Basecamp instant to-dos 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
! Works only for the new Basecamp ! Bitx is a Chrome Extension that connected to your Basecamp account, retrieves to-dos of the projects you are working on. Bitx is an open source extension based on the latest Basecamp API. Bitx is not only a tool that help you to be closer with your projects, but is also a helper in the management of multiple tasks, such as your assignments deadlines. Key features: - Sort your to-dos by due date - Check your to-do when it's done - Search through your to-dos - Use filters to see the to-dos assigned to someone / someone assigned - Notification on new to-do - Support multiple Basecamp accounts Fork us on GitHub: https://github.com/Asiance/Bitx Discover Asiance: http://www.asiance.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bitx - Basecamp instant to-dos extension |
ID | jnijbmnaaacbkinjnakgemejkicfjfik |
URL Chính Thức | https://chromewebstore.google.com/detail/bitx-basecamp-instant-to/jnijbmnaaacbkinjnakgemejkicfjfik |
Mô tả | Connect to a Basecamp account and display all assigned todos. |
Kích Thước Tệp | 2.26 MB |
Số Lần Cài Đặt | 240 |
Phiên Bản Hiện Tại | 3.4.1 |
Cập Nhật Lần Cuối | 2014-06-03 |
Ngày Phát Hành | 2014-06-02 |
Đánh Giá | 3.03/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | https://www.asiance.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://bitx.asiance.com |
Ngôn Ngữ Được Hỗ Trợ | en,fr,it,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extName__", "short_name": "BITX", "description": "__MSG_extDesc__", "version": "3.4.1", "icons": { "16": "\/img\/icon_16x16.png", "48": "\/img\/icon_48x48.png", "128": "\/img\/icon_128x128.png" }, "browser_action": { "default_icon": "\/img\/icon-active.png", "default_popup": "index.html" }, "permissions": [ "tabs", "storage", "notifications", "https:\/\/basecamp.com\/", "https:\/\/launchpad.37signals.com\/", "http:\/\/www.google.com\/basecamp-crx", "http:\/\/dge9rmgqjs8m1.cloudfront.net\/" ], "web_accessible_resources": [ "adapter.html", "css\/*", "img\/*", "js\/*", "lib\/*", "views\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/basecamp-crx*" ], "js": [ "js\/injection.js" ], "run_at": "document_start" } ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |