Basecamp Essentials
Opinionated features to increase your productivity with basecamp
Vad är Basecamp Essentials?
Basecamp Essentials är en Chrome-tillägg utvecklad av lukas9422, och dess huvudfunktion är "Opinionated features to increase your productivity with basecamp".
Tilläggsskärmbilder
Ladda ner Basecamp Essentials-förlängningens CRX-fil
Ladda ner Basecamp Essentials-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | aebodfjhnegpfdainpppdnkondmdcnhh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh | 
| Beskrivning | Opinionated features to increase your productivity with basecamp | 
| Filstorlek | 361 KB | 
| Antal Installationer | 180 | 
| Aktuell Version | 1.9.0 | 
| Senast Uppdaterad | 2021-12-05 | 
| Publiceringsdatum | 2021-06-05 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | lukas9422 | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
}  |  |