Basecamp Essentials

Opinionated features to increase your productivity with basecamp

What is Basecamp Essentials?

Basecamp Essentials is a Chrome extension developed by lukas9422, and its main feature is "Opinionated features to increase your productivity with basecamp".

Extension Screenshots

screenshot
screenshot

Download Basecamp Essentials Extension CRX File

Download Basecamp Essentials extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Basecamp Essentials Basecamp Essentials
ID aebodfjhnegpfdainpppdnkondmdcnhh
Official URL https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh
Description Opinionated features to increase your productivity with basecamp
File Size 361 KB
Installation Count 180
Current Version 1.9.0
Last Updated 2021-12-05
Publish Date 2021-06-05
Rating 5.00/5 Total 1 Ratings
Developer lukas9422
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}