Kanbie

Kanban board from any tab.

Cos'è Kanbie?

Kanbie è un'estensione di Chrome sviluppata da atude, e la sua funzione principale è "Kanban board from any tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kanbie

Scarica i file di estensione Kanbie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kanbie Kanbie
ID hancagoabobbbadijbbfepodbdgjbfpf
URL Ufficiale https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf
Descrizione Kanban board from any tab.
Dimensione del File 652 KB
Conteggio Installazioni 5,000
Versione Corrente 2.1.0
Ultimo Aggiornamento 2023-07-09
Data di Pubblicazione 2020-05-12
Valutazione 4.70/5 Totale 43 Valutazioni
Sviluppatore atude
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    }
}