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 |
| Eメール | [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"
]
} | |