24HourAnswers whiteboard screen sharing

Enables screen sharing from the whiteboard on 24HourAnswers.com

Qu'est-ce que 24HourAnswers whiteboard screen sharing ?

24HourAnswers whiteboard screen sharing est une extension Chrome développée par http://www.24houranswers.com, et sa fonction principale est "Enables screen sharing from the whiteboard on 24HourAnswers.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 24HourAnswers whiteboard screen sharing

Téléchargez les fichiers d'extension 24HourAnswers whiteboard screen sharing 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

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

Informations de Base sur l'Extension

Nom 24HourAnswers whiteboard screen sharing 24HourAnswers whiteboard screen sharing
ID cngccmhpnjalabkhjkmoidaojddidfng
URL Officiel https://chrome.google.com/webstore/detail/24houranswers-whiteboard/cngccmhpnjalabkhjkmoidaojddidfng
Description Enables screen sharing from the whiteboard on 24HourAnswers.com
Taille du Fichier 24.26 KB
Nombre d'Installations 170
Version Actuelle 1.0.3
Dernière Mise à Jour 2015-09-15
Date de Publication 2015-09-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.24houranswers.com
Type de Paiement free
Site Web de l'Extension http://www.24houranswers.com/
Langues Prises en Charge 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\/*"
        ]
    }
}