Peeps.Chat
This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Peeps.Chatคืออะไร?
Peeps.Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://peeps.chat และคุณลักษณะหลักของมันคือ "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Peeps.Chat
ดาวน์โหลดไฟล์ส่วนขยาย Peeps.Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Peeps.Chat |
ID | pcjpmbeahidbndmjeenokfangoaapjkm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm |
คำอธิบาย | This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site. |
ขนาดไฟล์ | 7.92 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2016-09-30 |
วันที่เผยแพร่ | 2016-09-30 |
ผู้พัฒนา | https://peeps.chat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://peeps.chat |
URL หน้านโยบายความเป็นส่วนตัว | https://peeps.chat |
ภาษาที่รองรับ | 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" ] } |