Linkello Screen Sharing
This extension allows you to share your screen
Co je Linkello Screen Sharing?
Linkello Screen Sharing je rozšíření Chrome vyvinuté https://linkello.com, a jeho hlavní funkcí je „This extension allows you to share your screen“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Linkello Screen Sharing
Stáhněte si soubory rozšíření Linkello 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í
Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !
Základní Informace o Rozšíření
Název | Linkello Screen Sharing |
ID | eeopgbooadfjifpfalhifnogjblphecd |
Oficiální URL | https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd |
Popis | This extension allows you to share your screen |
Velikost souboru | 12.11 KB |
Počet instalací | 243 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-01-09 |
Datum Vydání | 2019-01-09 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://linkello.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkello Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.linkello.com\/*" ] } ], "permissions": [ "desktopCapture" ] } |