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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | 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" ] } |