Basecamp Essentials
Opinionated features to increase your productivity with basecamp
什麼是Basecamp Essentials?
Basecamp Essentials是由lukas9422開發的Chrome擴展程式,該擴展的主要功能是“Opinionated features to increase your productivity with basecamp”。
擴展截圖
下載Basecamp Essentials擴展crx文件
下載Basecamp Essentials擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | aebodfjhnegpfdainpppdnkondmdcnhh |
| 官方網址 | https://chromewebstore.google.com/detail/basecamp-essentials/aebodfjhnegpfdainpppdnkondmdcnhh |
| 簡介 | Opinionated features to increase your productivity with basecamp |
| 檔案大小 | 361 KB |
| 安裝次數 | 180 |
| 目前版本 | 1.9.0 |
| 更新時間 | 2021-12-05 |
| 上架時間 | 2021-06-05 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | lukas9422 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |