Zoho Kanban Board
Kanbanboard
Qu'est-ce que Zoho Kanban Board ?
Zoho Kanban Board est une extension Chrome développée par Zentelechia, et sa fonction principale est "Kanbanboard".
Télécharger le fichier CRX de l'extension Zoho Kanban Board
Téléchargez les fichiers d'extension Zoho Kanban Board au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Kanban Board for SMT Zoho users
Informations de Base sur l'Extension
Nom | ![]() |
ID | nbgomepodcpkgknegkfadkhjikkcoehi |
URL Officiel | https://chrome.google.com/webstore/detail/zoho-kanban-board/nbgomepodcpkgknegkfadkhjikkcoehi |
Description | Kanbanboard |
Taille du Fichier | 112 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.9 |
Dernière Mise à Jour | 2014-02-10 |
Date de Publication | 2014-02-10 |
Développeur | Zentelechia |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |