TwentyThree Screen Sharing
Allow live streaming, screen sharing and video recording with TwentyThree.
Co je TwentyThree Screen Sharing?
TwentyThree Screen Sharing je rozšíření Chrome vyvinuté http://twentythree.net, a jeho hlavní funkcí je „Allow live streaming, screen sharing and video recording with TwentyThree.“.
Stáhnout soubor CRX rozšíření TwentyThree Screen Sharing
Stáhněte si soubory rozšíření TwentyThree 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í
Allow live streaming, screen sharing and video recording with TwentyThree.
Základní Informace o Rozšíření
Název | |
ID | ajmipkkmbibiinbmiflnhmndagpdklof |
Oficiální URL | https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof |
Popis | Allow live streaming, screen sharing and video recording with TwentyThree. |
Velikost souboru | 11.68 KB |
Počet instalací | 76 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2017-12-19 |
Datum Vydání | 2017-12-19 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | http://twentythree.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.twentythree.net |
URL Stránky Nápovědy | https://www.twentythree.net/help |
URL Stránky Zásad Ochrany Soukromí | https://www.twentythree.net/terms |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwentyThree Screen Sharing", "description": "Allow live streaming, screen sharing and video recording with TwentyThree.", "author": "TwentyThree.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "homepage_url": "https:\/\/www.twentythree.net\/", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.videomarketingplatform.co\/*", "https:\/\/*.23video.com\/*", "http:\/\/localhost:8080\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |