Huzza Screen Sharing

This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.

Vad är Huzza Screen Sharing?

Huzza Screen Sharing är en Chrome-tillägg utvecklad av https://huzza.io, och dess huvudfunktion är "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.".

Ladda ner Huzza Screen Sharing-förlängningens CRX-fil

Ladda ner Huzza Screen Sharing-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 extension allows you to screen-share to a Huzza live-stream.                    

Grundläggande Information om Tillägg

Namn Huzza Screen Sharing Huzza Screen Sharing
ID fgmhbpagoehdhfbanaiablaedpbeepdf
Officiell webbadress https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf
Beskrivning This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
Filstorlek 14.93 KB
Antal Installationer 81
Aktuell Version 0.0.1
Senast Uppdaterad 2016-03-31
Publiceringsdatum 2016-03-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://huzza.io
Betalningssätt free
Tilläggswebbplats https://huzza.io
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Huzza Screen Sharing",
    "author": "Huzza Media, Inc.",
    "version": "0.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/huzza.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/huzza.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.huzza.io\/*"
        ]
    },
    "icons": {
        "16": "huzza16.png",
        "48": "huzza48.png",
        "128": "huzza128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}