Basecamp Essentials
Opinionated features to increase your productivity with basecamp
Cos'è Basecamp Essentials?
Basecamp Essentials è un'estensione di Chrome sviluppata da lukas9422, e la sua funzione principale è "Opinionated features to increase your productivity with basecamp".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Basecamp Essentials
Scarica i file di estensione Basecamp Essentials in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Basecamp Essentials |
ID | aebodfjhnegpfdainpppdnkondmdcnhh |
URL Ufficiale | https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh |
Descrizione | Opinionated features to increase your productivity with basecamp |
Dimensione del File | 361 KB |
Conteggio Installazioni | 180 |
Versione Corrente | 1.9.0 |
Ultimo Aggiornamento | 2021-12-05 |
Data di Pubblicazione | 2021-06-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | lukas9422 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |