Creatr Screen Sharing
This extension will enable screen sharing for your Creatr live-stream
Co je Creatr Screen Sharing?
Creatr Screen Sharing je rozšíření Chrome vyvinuté https://creatr.me, a jeho hlavní funkcí je „This extension will enable screen sharing for your Creatr live-stream“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Creatr Screen Sharing
Stáhněte si soubory rozšíření Creatr Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams
Základní Informace o Rozšíření
Název | Creatr Screen Sharing |
ID | dkjhjdmkggcdbbbhffeoodagoepdiahp |
Oficiální URL | https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp |
Popis | This extension will enable screen sharing for your Creatr live-stream |
Velikost souboru | 28.82 KB |
Počet instalací | 19 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2016-10-25 |
Datum Vydání | 2016-10-25 |
Vývojář | https://creatr.me |
Typ Platby | free |
Webové stránky Rozšíření | https://creatr |
Podporované Jazyky | 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" ] } |