KanBanFy - Your NewTab

A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.

Was ist KanBanFy - Your NewTab?

KanBanFy - Your NewTab ist eine Chrome-Erweiterung, die von Uday Bhaskar Gajavalli entwickelt wurde, und ihr Hauptmerkmal ist "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.".

Erweiterungsscreenshots

screenshot
screenshot

KanBanFy - Your NewTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie KanBanFy - Your NewTab-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

                        Add Task: You can add your task with title, a link to redirect on click and brief summary of the task.

Drag and Drop the task at ease and deleting the done tasks is one click away.                    

Grundlegende Informationen zur Erweiterung

Name KanBanFy - Your NewTab KanBanFy - Your NewTab
ID apjgpkebkfoepbfkjmneoogpdlpnmfkp
Offizielle URL https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp
Beschreibung A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
Dateigröße 1.91 MB
Installationsanzahl 16
Aktuelle Version 1.0
Letztes Update 2021-05-08
Veröffentlichungsdatum 2021-05-08
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Uday Bhaskar Gajavalli
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KanBanFy - Your NewTab",
    "description": "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "favicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}