24HourAnswers whiteboard screen sharing

Enables screen sharing from the whiteboard on 24HourAnswers.com

Co je 24HourAnswers whiteboard screen sharing?

24HourAnswers whiteboard screen sharing je rozšíření Chrome vyvinuté http://www.24houranswers.com, a jeho hlavní funkcí je „Enables screen sharing from the whiteboard on 24HourAnswers.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 24HourAnswers whiteboard screen sharing

Stáhněte si soubory rozšíření 24HourAnswers whiteboard 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í

                        This app enables screen sharing in the whiteboard found on 24HourAnswers.com                    

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

Název 24HourAnswers whiteboard screen sharing 24HourAnswers whiteboard screen sharing
ID cngccmhpnjalabkhjkmoidaojddidfng
Oficiální URL https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng
Popis Enables screen sharing from the whiteboard on 24HourAnswers.com
Velikost souboru 24.26 KB
Počet instalací 170
Aktuální Verze 1.0.3
Poslední Aktualizace 2015-09-15
Datum Vydání 2015-09-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://www.24houranswers.com
Typ Platby free
Webové stránky Rozšíření http://www.24houranswers.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "24HourAnswers whiteboard screen sharing",
    "description": "Enables screen sharing from the whiteboard on 24HourAnswers.com",
    "version": "1.0.3",
    "manifest_version": 2,
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.24houranswers.com\/*",
                "*:\/\/*.collegetutoronline.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.24houranswers.com\/*",
            "*:\/\/*.collegetutoronline.com\/*"
        ]
    }
}