Kanbie

Kanban board from any tab.

Wat is Kanbie?

Kanbie is een Chrome-extensie ontwikkeld door atude, en de belangrijkste functie is "Kanban board from any tab.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kanbie

Download Kanbie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Kanbie is a simple kanban board accessible from your extensions bar. 

- Manage your task list from any tab - without interrupting your workflow - seamlessly. 
- Sync your board across chrome on any desktop. 
- Add colored labels to organise your cards to suit you best.
- Assign due dates and get notified when your tasks are due. 
- Customise your board with themes and custom headers.                    

Basisinformatie over de Extensie

Naam Kanbie Kanbie
ID hancagoabobbbadijbbfepodbdgjbfpf
Officiële URL https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf
Beschrijving Kanban board from any tab.
Bestandsgrootte 652 KB
Aantal Installaties 5,000
Huidige Versie 2.1.0
Laatst Bijgewerkt 2023-07-09
Publicatiedatum 2020-05-12
Beoordeling 4.70/5 Totaal 43 Beoordelingen
Ontwikkelaar atude
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kanbie",
    "description": "Kanban board from any tab.",
    "version": "2.1.0",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+K",
                "mac": "Alt+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            }
        }
    }
}