Creatr Screen Sharing

This extension will enable screen sharing for your Creatr live-stream

Vad är Creatr Screen Sharing?

Creatr Screen Sharing är en Chrome-tillägg utvecklad av https://creatr.me, och dess huvudfunktion är "This extension will enable screen sharing for your Creatr live-stream".

Tilläggsskärmbilder

screenshot

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

Ladda ner Creatr 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 was built for https://creatr.me and will enable screen sharing for your Creatr live-streams                    

Grundläggande Information om Tillägg

Namn Creatr Screen Sharing Creatr Screen Sharing
ID dkjhjdmkggcdbbbhffeoodagoepdiahp
Officiell webbadress https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp
Beskrivning This extension will enable screen sharing for your Creatr live-stream
Filstorlek 28.82 KB
Antal Installationer 19
Aktuell Version 2.1
Senast Uppdaterad 2016-10-25
Publiceringsdatum 2016-10-25
Utvecklare https://creatr.me
Betalningssätt free
Tilläggswebbplats https://creatr
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creatr Screen Sharing",
    "author": "Reveu, Inc.",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will enable screen sharing for your Creatr live-stream",
    "homepage_url": "http:\/\/creatr.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.reveu.me\/*",
            "https:\/\/*.creatr.me\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}