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 |
| 官方URL | 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"
]
} | |