Zoho Kanban Board

Kanbanboard

What is Zoho Kanban Board?

Zoho Kanban Board is a Chrome extension developed by Zentelechia, and its main feature is "Kanbanboard".

Download Zoho Kanban Board Extension CRX File

Download Zoho Kanban Board extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Kanban Board for SMT Zoho users                    

Extension Basic Information

Name Zoho Kanban Board Zoho Kanban Board
ID nbgomepodcpkgknegkfadkhjikkcoehi
Official URL https://chrome.google.com/webstore/detail/zoho-kanban-board/nbgomepodcpkgknegkfadkhjikkcoehi
Description Kanbanboard
File Size 112 KB
Installation Count 21
Current Version 0.9
Last Updated 2014-02-10
Publish Date 2014-02-10
Developer Zentelechia
Payment Type free
Supported Languages 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"
        }
    ]
}