LiveBoard for Chrome

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

Qu'est-ce que LiveBoard for Chrome ?

LiveBoard for Chrome est une extension Chrome développée par http://li.veboard.com, et sa fonction principale est "LiveBoard for Chrome. Video Conversations -- Socialize, Learn, Shop, Entertain, Collaborate Bridging Web Content with Personal…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LiveBoard for Chrome

Téléchargez les fichiers d'extension LiveBoard for Chrome 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

                                            

Informations de Base sur l'Extension

Nom LiveBoard for Chrome LiveBoard for Chrome
ID ekghplejgghffhiadgdenmlaeaeefnfa
URL Officiel 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…
Taille du Fichier 8.41 KB
Nombre d'Installations 498
Version Actuelle 1.7
Dernière Mise à Jour 2013-10-18
Date de Publication 2013-10-18
Évaluation 1.00/5 Total 2 Évaluations
Développeur http://li.veboard.com
Type de Paiement free
Langues Prises en Charge 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
}