Basecamp Essentials
Opinionated features to increase your productivity with basecamp
Apa itu Basecamp Essentials?
Basecamp Essentials adalah ekstensi Chrome yang dikembangkan oleh lukas9422, dan fitur utamanya adalah "Opinionated features to increase your productivity with basecamp".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Basecamp Essentials
Unduh file ekstensi Basecamp Essentials dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Basecamp Essentials |
ID | aebodfjhnegpfdainpppdnkondmdcnhh |
URL Resmi | https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh |
Deskripsi | Opinionated features to increase your productivity with basecamp |
Ukuran File | 361 KB |
Jumlah Instalasi | 180 |
Versi Saat Ini | 1.9.0 |
Terakhir Diperbarui | 2021-12-05 |
Tanggal Publikasi | 2021-06-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | lukas9422 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |