LiveBoard for Chrome

LiveBoard for Chrome. Video Conversations -- Socialize, Learn, Shop, Entertain, Collaborate Bridging Web Content with Personal…

What is LiveBoard for Chrome?

LiveBoard for Chrome is a Chrome extension developed by http://li.veboard.com, and its main feature is "LiveBoard for Chrome. Video Conversations -- Socialize, Learn, Shop, Entertain, Collaborate Bridging Web Content with Personal…".

Extension Screenshots

screenshot

Download LiveBoard for Chrome Extension CRX File

Download LiveBoard for Chrome 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

                                            

Extension Basic Information

Name LiveBoard for Chrome LiveBoard for Chrome
ID ekghplejgghffhiadgdenmlaeaeefnfa
Official URL https://chrome.google.com/webstore/detail/liveboard-for-chrome/ekghplejgghffhiadgdenmlaeaeefnfa
Description LiveBoard for Chrome. Video Conversations -- Socialize, Learn, Shop, Entertain, Collaborate Bridging Web Content with Personal…
File Size 8.41 KB
Installation Count 498
Current Version 1.7
Last Updated 2013-10-18
Publish Date 2013-10-18
Rating 1.00/5 Total 2 Ratings
Developer http://li.veboard.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiveBoard for Chrome",
    "version": "1.7",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "windows",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "open-dialog.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "LiveBoard",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}