Basecamp Essentials
Opinionated features to increase your productivity with basecamp
Hvad er Basecamp Essentials?
Basecamp Essentials er en Chrome-udvidelse udviklet af lukas9422, og dens hovedfunktion er "Opinionated features to increase your productivity with basecamp".
Udvidelsesskærmbilleder
Download Basecamp Essentials-udvidelses-CRX-fil
Download Basecamp Essentials-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | aebodfjhnegpfdainpppdnkondmdcnhh |
| Officiel URL | https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh |
| Beskrivelse | Opinionated features to increase your productivity with basecamp |
| Filstørrelse | 361 KB |
| Antal Installationer | 180 |
| Nuværende Version | 1.9.0 |
| Senest Opdateret | 2021-12-05 |
| Udgivelsesdato | 2021-06-05 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | lukas9422 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |