Kanbie

Kanban board from any tab.

Co to jest Kanbie?

Kanbie to rozszerzenie Chrome opracowane przez atude, a jego główną funkcją jest „Kanban board from any tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Kanbie

Pobierz pliki rozszerzeń Kanbie w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kanbie Kanbie
ID hancagoabobbbadijbbfepodbdgjbfpf
Oficjalny URL https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf
Opis Kanban board from any tab.
Rozmiar pliku 652 KB
Liczba instalacji 5,000
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2023-07-09
Data Publikacji 2020-05-12
Ocena 4.70/5 Łącznie 43 Oceny
Deweloper atude
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            }
        }
    }
}