ClockKanban - Kanban Board for Free

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

Hvad er ClockKanban - Kanban Board for Free?

ClockKanban - Kanban Board for Free er en Chrome-udvidelse udviklet af https://clockkanban.com, og dens hovedfunktion er "Manage your project milestones, for free and without create an account.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ClockKanban - Kanban Board for Free-udvidelses-CRX-fil

Download ClockKanban - Kanban Board for Free-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ClockKanban - Kanban Board for Free ClockKanban - Kanban Board for Free
ID jnmpfhcdkojklghhlgmgieagpnfledlc
Officiel URL https://chromewebstore.google.com/detail/clockkanban-kanban-board/jnmpfhcdkojklghhlgmgieagpnfledlc
Beskrivelse Manage your project milestones, for free and without create an account.
Filstørrelse 13.73 KB
Antal Installationer 301
Nuværende Version 1.4.1
Senest Opdateret 2023-11-16
Udgivelsesdato 2022-10-05
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://clockkanban.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://clockkanban.com/
Hjælpeside-URL https://clockkanban.com/
Understøttede Sprog 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\/"
}