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文件
下载ClockKanban - Kanban Board for Free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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\/"
} | |