Expertise.tv Screen Sharing Extension

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

Vad är Expertise.tv Screen Sharing Extension?

Expertise.tv Screen Sharing Extension är en Chrome-tillägg utvecklad av http://expertise.tv, och dess huvudfunktion är "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.".

Tilläggsskärmbilder

screenshot

Ladda ner Expertise.tv Screen Sharing Extension-förlängningens CRX-fil

Ladda ner Expertise.tv Screen Sharing Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Expertise.tv Screen Sharing Extension Expertise.tv Screen Sharing Extension
ID jegcodgdfkeelkodcogioadhihmlhpgj
Officiell webbadress https://chrome.google.com/webstore/detail/expertisetv-screen-sharin/jegcodgdfkeelkodcogioadhihmlhpgj
Beskrivning This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.
Filstorlek 22.45 KB
Antal Installationer 805
Aktuell Version 1.3
Senast Uppdaterad 2015-02-20
Publiceringsdatum 2015-02-20
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare http://expertise.tv
Betalningssätt free
Tilläggswebbplats https://expertise.tv
Stödda Språk 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"
    ]
}