ClockKanban - Kanban Board for Free

Manage your project milestones, for free and without create an account.

Was ist ClockKanban - Kanban Board for Free?

ClockKanban - Kanban Board for Free ist eine Chrome-Erweiterung, die von https://clockkanban.com entwickelt wurde, und ihr Hauptmerkmal ist "Manage your project milestones, for free and without create an account.".

Erweiterungsscreenshots

screenshot
screenshot

ClockKanban - Kanban Board for Free-Erweiterungs-CRX-Datei herunterladen

Laden Sie ClockKanban - Kanban Board for Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ClockKanban - Kanban Board for Free ClockKanban - Kanban Board for Free
ID jnmpfhcdkojklghhlgmgieagpnfledlc
Offizielle URL https://chromewebstore.google.com/detail/clockkanban-kanban-board/jnmpfhcdkojklghhlgmgieagpnfledlc
Beschreibung Manage your project milestones, for free and without create an account.
Dateigröße 13.73 KB
Installationsanzahl 301
Aktuelle Version 1.4.1
Letztes Update 2023-11-16
Veröffentlichungsdatum 2022-10-05
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://clockkanban.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://clockkanban.com/
Hilfeseite URL https://clockkanban.com/
Unterstützte Sprachen 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\/"
}