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 |
| 官方網址 | 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\/"
} | |