Zoho Kanban Board
Kanbanboard
Cos'è Zoho Kanban Board?
Zoho Kanban Board è un'estensione di Chrome sviluppata da Zentelechia, e la sua funzione principale è "Kanbanboard".
Scarica il file CRX dell'estensione Zoho Kanban Board
Scarica i file di estensione Zoho Kanban Board 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
Kanban Board for SMT Zoho users
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | nbgomepodcpkgknegkfadkhjikkcoehi |
URL Ufficiale | https://chrome.google.com/webstore/detail/zoho-kanban-board/nbgomepodcpkgknegkfadkhjikkcoehi |
Descrizione | Kanbanboard |
Dimensione del File | 112 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2014-02-10 |
Data di Pubblicazione | 2014-02-10 |
Sviluppatore | Zentelechia |
Tipo di Pagamento | free |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoho Kanban Board", "version": "0.9", "manifest_version": 2, "description": "Kanbanboard", "permissions": [ "https:\/\/creator.zoho.com\/*", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/creator.zoho.com\/*" ], "js": [ "jquery.js", "jquery-ui.js", "main.js" ], "run_at": "document_idle" } ] } |