Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Vad är Peeps.Chat?
Peeps.Chat är en Chrome-tillägg utvecklad av https://peeps.chat, och dess huvudfunktion är "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".
Tilläggsskärmbilder
Ladda ner Peeps.Chat-förlängningens CRX-fil
Ladda ner Peeps.Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
Officiell webbadress | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
Beskrivning | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
Filstorlek | 7.92 KB |
Antal Installationer | 60 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2016-09-30 |
Publiceringsdatum | 2016-09-30 |
Utvecklare | https://peeps.chat |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://peeps.chat |
URL till Sekretesspolicy Sidan | https://peeps.chat |
Stödda Språk | 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" ] } |