Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Qu'est-ce que Peeps.Chat ?
Peeps.Chat est une extension Chrome développée par https://peeps.chat, et sa fonction principale est "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Peeps.Chat
Téléchargez les fichiers d'extension Peeps.Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
URL Officiel | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Description | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Taille du Fichier | 7.92 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2016-09-30 |
Date de Publication | 2016-09-30 |
Développeur | https://peeps.chat |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://peeps.chat |
URL de la Page de Politique de Confidentialité | https://peeps.chat |
Langues Prises en Charge | 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" ] } |