Recur for Basecamp
Recurring to-dos within Basecamp
Recur for Basecamp là gì?
Recur for Basecamp là một tiện ích mở rộng Chrome được phát triển bởi www.trackedhq.com, và tính năng chính của nó là "Recurring to-dos within Basecamp".
Ả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 Recur for Basecamp
Tải xuống các tệp mở rộng Recur for Basecamp 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
Add recurring to-dos to your Basecamp with a native UI experience. Made with native Basecamp UI elements, this extension allows you to stay in the app you love while adding repeating to-dos in a seamless integration.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Recur for Basecamp |
ID | plhglaflppbkmegaobkfdhjclakmmpmd |
URL Chính Thức | https://chromewebstore.google.com/detail/recur-for-basecamp/plhglaflppbkmegaobkfdhjclakmmpmd |
Mô tả | Recurring to-dos within Basecamp |
Kích Thước Tệp | 214 KB |
Số Lần Cài Đặt | 776 |
Phiên Bản Hiện Tại | 2.1.10 |
Cập Nhật Lần Cuối | 2023-06-21 |
Ngày Phát Hành | 2020-02-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | www.trackedhq.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.trackedhq.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js", "js\/jquery.js" ] }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/jquery-ui.min.js", "js\/options.js", "js\/profiles\/recur_request.js", "js\/profiles\/recur_api.js", "js\/profiles\/recur_form.js", "js\/profiles\/recurring_todos_list.js", "js\/profiles\/mutation_observer.js" ], "matches": [ "https:\/\/3.basecamp.com\/*" ], "all_frames": true } ], "permissions": [ "storage" ], "name": "Recur for Basecamp", "short_name": "Recur", "version": "2.1.10", "manifest_version": 2, "icons": { "48": "images\/recur_logo_background.png" }, "description": "Recurring to-dos within Basecamp", "browser_action": { "default_icon": "images\/recur_logo_background.png", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "images\/*", "html\/*" ] } |