Basecamp Essentials
Opinionated features to increase your productivity with basecamp
Was ist Basecamp Essentials?
Basecamp Essentials ist eine Chrome-Erweiterung, die von lukas9422 entwickelt wurde, und ihr Hauptmerkmal ist "Opinionated features to increase your productivity with basecamp".
Erweiterungsscreenshots
Basecamp Essentials-Erweiterungs-CRX-Datei herunterladen
Laden Sie Basecamp Essentials-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aebodfjhnegpfdainpppdnkondmdcnhh |
| Offizielle URL | https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh |
| Beschreibung | Opinionated features to increase your productivity with basecamp |
| Dateigröße | 361 KB |
| Installationsanzahl | 180 |
| Aktuelle Version | 1.9.0 |
| Letztes Update | 2021-12-05 |
| Veröffentlichungsdatum | 2021-06-05 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | lukas9422 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |