Expertise.tv Screen Sharing Extension

This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.

What is Expertise.tv Screen Sharing Extension?

Expertise.tv Screen Sharing Extension is a Chrome extension developed by http://expertise.tv, and its main feature is "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.".

Extension Screenshots

screenshot

Download Expertise.tv Screen Sharing Extension Extension CRX File

Download Expertise.tv Screen Sharing Extension 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

                        This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.                    

Extension Basic Information

Name Expertise.tv Screen Sharing Extension Expertise.tv Screen Sharing Extension
ID jegcodgdfkeelkodcogioadhihmlhpgj
Official URL https://chrome.google.com/webstore/detail/expertisetv-screen-sharin/jegcodgdfkeelkodcogioadhihmlhpgj
Description This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.
File Size 22.45 KB
Installation Count 805
Current Version 1.3
Last Updated 2015-02-20
Publish Date 2015-02-20
Rating 4.60/5 Total 5 Ratings
Developer http://expertise.tv
Payment Type free
Extension Website https://expertise.tv
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expertise.tv Screen Sharing Extension",
    "author": "Alex Speller",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.",
    "homepage_url": "https:\/\/expertise.tv\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.expertise.tv\/*",
                "https:\/\/localhost-expertise.ssl\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}