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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 ClockKanban - Kanban Board for Free 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
Eメール [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\/"
}