Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Hvad er Peeps.Chat?
Peeps.Chat er en Chrome-udvidelse udviklet af https://peeps.chat, og dens hovedfunktion er "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".
Udvidelsesskærmbilleder
Download Peeps.Chat-udvidelses-CRX-fil
Download Peeps.Chat-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
Officiel URL | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Beskrivelse | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Filstørrelse | 7.92 KB |
Antal Installationer | 60 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2016-09-30 |
Udgivelsesdato | 2016-09-30 |
Udvikler | https://peeps.chat |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://peeps.chat |
URL til Fortrolighedspolitik Side | https://peeps.chat |
Understøttede Sprog | 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" ] } |