Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Co je Peeps.Chat?
Peeps.Chat je rozšíření Chrome vyvinuté https://peeps.chat, a jeho hlavní funkcí je „This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Peeps.Chat
Stáhněte si soubory rozšíření Peeps.Chat 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 will allow you to share your screen with everyone that came to your personal peeps.chat site. Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.
Základní Informace o Rozšíření
Název | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
Oficiální URL | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Popis | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Velikost souboru | 7.92 KB |
Počet instalací | 60 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2016-09-30 |
Datum Vydání | 2016-09-30 |
Vývojář | https://peeps.chat |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://peeps.chat |
URL Stránky Zásad Ochrany Soukromí | https://peeps.chat |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peeps.Chat", "author": "James", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.", "homepage_url": "https:\/\/peeps.chat\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/peeps.chat\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |