CCR EasyConnect Screen Sharing
Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/
Co je CCR EasyConnect Screen Sharing?
CCR EasyConnect Screen Sharing je rozšíření Chrome vyvinuté CCR Danismanlik A.S., a jeho hlavní funkcí je „Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/“.
Stáhnout soubor CRX rozšíření CCR EasyConnect Screen Sharing
Stáhněte si soubory rozšíření CCR EasyConnect 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í
Základní Informace o Rozšíření
Název | CCR EasyConnect Screen Sharing |
ID | ohhhhjaifmehnkcoipjlmdplakadfdge |
Oficiální URL | https://chromewebstore.google.com/detail/ccr-easyconnect-screen-sh/ohhhhjaifmehnkcoipjlmdplakadfdge |
Popis | Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/ |
Velikost souboru | 15.23 KB |
Počet instalací | 33 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2017-02-08 |
Datum Vydání | 2017-02-08 |
Vývojář | CCR Danismanlik A.S. |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CCR EasyConnect Screen Sharing", "short_name": "Screen Sharing", "author": "CCR EasyConnect", "description": "Screen sharing extension for an WebRTC Application. Based on https:\/\/github.com\/muaz-khan\/Chrome-Extensions\/", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "45", "homepage_url": "https:\/\/chat.ccr.com.tr\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/chat.ccr.com.tr:441\/*", "https:\/\/chat.ccr.com.tr\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon128.png" ] } |