Coffee Table Screen Sharing

A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.

Co je Coffee Table Screen Sharing?

Coffee Table Screen Sharing je rozšíření Chrome vyvinuté https://coffeetable.vc, a jeho hlavní funkcí je „A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Coffee Table Screen Sharing

Stáhněte si soubory rozšíření Coffee Table Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Screen sharing extension for Coffee Table video meetings. For Chrome browser only. For any issues or queries, contact us on [email protected]                    

Základní Informace o Rozšíření

Název Coffee Table Screen Sharing Coffee Table Screen Sharing
ID akdogkogbflojojlnmfojnjnghkmdjbc
Oficiální URL https://chromewebstore.google.com/detail/coffee-table-screen-shari/akdogkogbflojojlnmfojnjnghkmdjbc
Popis A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.
Velikost souboru 6.14 KB
Počet instalací 18
Aktuální Verze 0.0.0.6
Poslední Aktualizace 2015-09-23
Datum Vydání 2015-09-22
Vývojář https://coffeetable.vc
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Saurabh Pabhare",
    "name": "Coffee Table Screen Sharing",
    "description": "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.",
    "version": "0.0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "fav-icon.png",
        "16": "fav-icon.png",
        "48": "fav-icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/coffeetable.vc\/*",
            "*:\/\/www.coffeetable.vc\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}