CCR EasyConnect Screen Sharing
Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/
Hvad er CCR EasyConnect Screen Sharing?
CCR EasyConnect Screen Sharing er en Chrome-udvidelse udviklet af CCR Danismanlik A.S., og dens hovedfunktion er "Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/".
Download CCR EasyConnect Screen Sharing-udvidelses-CRX-fil
Download CCR EasyConnect Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | CCR EasyConnect Screen Sharing |
ID | ohhhhjaifmehnkcoipjlmdplakadfdge |
Officiel URL | https://chromewebstore.google.com/detail/ccr-easyconnect-screen-sh/ohhhhjaifmehnkcoipjlmdplakadfdge |
Beskrivelse | Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/ |
Filstørrelse | 15.23 KB |
Antal Installationer | 33 |
Nuværende Version | 1.2 |
Senest Opdateret | 2017-02-08 |
Udgivelsesdato | 2017-02-08 |
Udvikler | CCR Danismanlik A.S. |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |