Tracked for Basecamp

Kanban boards within Basecamp

Tracked for Basecamp là gì?

Tracked for Basecamp là một tiện ích mở rộng Chrome được phát triển bởi https://www.trackedhq.com, và tính năng chính của nó là "Kanban boards within Basecamp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tracked for Basecamp

Tải xuống các tệp mở rộng Tracked 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

                        Understand where your to-dos are in your workflow and prioritize all your To-dos with all your To-do lists. Move to-dos between pipelines and prioritize them in each pipeline. This helps employees understand what to work on and helps you understand the status of a to-do. 

Turn on or off tracked Kanban boards per project to avoid cluttering your Basecamp account. Only use them when you need them.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tracked for Basecamp Tracked for Basecamp
ID chmeecgnmbnijigjhhgedjljgkgblmpo
URL Chính Thức https://chromewebstore.google.com/detail/tracked-for-basecamp/chmeecgnmbnijigjhhgedjljgkgblmpo
Mô tả Kanban boards within Basecamp
Kích Thước Tệp 531 KB
Số Lần Cài Đặt 14,930
Phiên Bản Hiện Tại 3.2.6.9
Cập Nhật Lần Cuối 2023-05-04
Ngày Phát Hành 2020-06-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.trackedhq.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.trackedhq.com
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": [
        {
            "css": [
                "select2.min.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chart-min.js",
                "select2.min.js",
                "js\/chart-colors.js",
                "js\/jquery-ui.min.js",
                "js\/profiles\/tracked_request.js",
                "js\/options.js",
                "js\/profiles\/projects_builder.js",
                "js\/profiles\/board_builder.js",
                "js\/profiles\/tracked_api.js",
                "js\/profiles\/user_board_builder.js",
                "js\/profiles\/user_board.js",
                "js\/profiles\/default_labels.js",
                "js\/profiles\/default_lists.js",
                "js\/profiles\/master_board.js",
                "js\/profiles\/projects.js",
                "js\/profiles\/estimates.js",
                "js\/profiles\/new_todo_label.js",
                "js\/profiles\/basecamp3.js",
                "js\/profiles\/basecamp_labels.js",
                "js\/profiles\/tracked_home.js",
                "js\/profiles\/reports_dashboard.js",
                "js\/profiles\/tracked_admin.js",
                "js\/profiles\/mutation_observer.js",
                "js\/profiles\/completion_chart.js",
                "js\/profiles\/cumulative_flow_chart.js",
                "js\/profiles\/project_labels.js"
            ],
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "name": "Tracked for Basecamp",
    "short_name": "Tracked",
    "version": "3.2.6.9",
    "manifest_version": 2,
    "icons": {
        "48": "images\/logo_thicker.png"
    },
    "description": "Kanban boards within Basecamp",
    "browser_action": {
        "default_icon": "images\/logo_thicker.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "html\/*"
    ]
}