ClockKanban - Kanban Board for Free
Manage your project milestones, for free and without create an account.
ClockKanban - Kanban Board for Free란 무엇입니까?
ClockKanban - Kanban Board for Free은(는) https://clockkanban.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your project milestones, for free and without create an account."입니다.
확장 프로그램 스크린샷
ClockKanban - Kanban Board for Free 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NEW FUNCTIONALITY: 1) Select text from any website 2) Right click on it 3) Click "Add to Kanban" Create Unlimited Kanban Boards 100% Free. Organize your to-do list, goals, attach files, create columns, and work as a team. Some features: · Create unlimited public and private boards for free · Share your boards with your team so they can work on the information In addition to cards, you can also create goals · Upload files up to 1GB Free and share them with your team
확장 프로그램 기본 정보
이름 | ClockKanban - Kanban Board for Free |
ID | jnmpfhcdkojklghhlgmgieagpnfledlc |
공식 URL | https://chromewebstore.google.com/detail/clockkanban-kanban-board/jnmpfhcdkojklghhlgmgieagpnfledlc |
설명 | Manage your project milestones, for free and without create an account. |
파일 크기 | 13.73 KB |
설치 횟수 | 301 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2023-11-16 |
출시 날짜 | 2022-10-05 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://clockkanban.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://clockkanban.com/ |
도움말 페이지 URL | https://clockkanban.com/ |
지원되는 언어 | en,en-GB,es,es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "action": [], "manifest_version": 3, "version": "1.4.1", "permissions": [ "activeTab", "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "ck16.png", "32": "ck32.png", "48": "ck48.png", "128": "ck128.png" }, "homepage_url": "https:\/\/clockkanban.com\/" } |