Basecamp Essentials

Opinionated features to increase your productivity with basecamp

Basecamp Essentials là gì?

Basecamp Essentials là một tiện ích mở rộng Chrome được phát triển bởi lukas9422, và tính năng chính của nó là "Opinionated features to increase your productivity with basecamp".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Basecamp Essentials 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 Essentials provides a set of small tools that will help you in your productivity.

Reply - Answer your coworkers
Reply all - Answer all the arguments raised by the coworker
Greater Boost - Make comments instead of using icons only
Clear Chat message - delete temporary text in chat
Chat Summary - Summary of employee conversation
Colored Chat Messages - Colors to basecamp chat alerts


Would you like to improve the tool or report a bug?
https://github.com/lukascivil/basecamp-essentials                    

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

Tên Basecamp Essentials Basecamp Essentials
ID aebodfjhnegpfdainpppdnkondmdcnhh
URL Chính Thức https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh
Mô tả Opinionated features to increase your productivity with basecamp
Kích Thước Tệp 361 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 1.9.0
Cập Nhật Lần Cuối 2021-12-05
Ngày Phát Hành 2021-06-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển lukas9422
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Basecamp Essentials",
    "description": "Opinionated features to increase your productivity with basecamp",
    "version": "1.9.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "action": {
        "default_title": "Basecamp Essentials Configurations",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}