KanBanFy - Your NewTab

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

Cos'è KanBanFy - Your NewTab?

KanBanFy - Your NewTab è un'estensione di Chrome sviluppata da Uday Bhaskar Gajavalli, e la sua funzione principale è "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KanBanFy - Your NewTab

Scarica i file di estensione KanBanFy - Your NewTab 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

                        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.                    

Informazioni di Base sull'Estensione

Nome KanBanFy - Your NewTab KanBanFy - Your NewTab
ID apjgpkebkfoepbfkjmneoogpdlpnmfkp
URL Ufficiale https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp
Descrizione A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
Dimensione del File 1.91 MB
Conteggio Installazioni 16
Versione Corrente 1.0
Ultimo Aggiornamento 2021-05-08
Data di Pubblicazione 2021-05-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Uday Bhaskar Gajavalli
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}