Bistri Screen Sharing
This extension allows you to share your screen
Bistri Screen Sharingคืออะไร?
Bistri Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bistri.com และคุณลักษณะหลักของมันคือ "This extension allows you to share your screen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bistri Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Bistri Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to share your entire screen, or a part of your screen, over a Bistri conference. Bistri provides everyone with their own link, like an online phone number, so whenever anyone wants to call you they just click the link and you're connected. Bistri runs in the browser. It requires no installation of additional software nor plugin. Google+ & Facebook Single Sign-On.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bistri Screen Sharing |
ID | paoaiaehoigfjoojpeababegjiijdoan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan |
คำอธิบาย | This extension allows you to share your screen |
ขนาดไฟล์ | 7.05 KB |
จำนวนการติดตั้ง | 353 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-12-04 |
วันที่เผยแพร่ | 2014-12-04 |
คะแนน | 4.45/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://bistri.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://bistri.com |
URL หน้าช่วยเหลือ | http://support.bistri.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bistri Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.bistri.com\/*", "*:\/\/*.bistri.me\/*", "*:\/\/fiddle.jshell.net\/*", "*:\/\/run.jsbin.io\/*" ] } ], "permissions": [ "desktopCapture" ] } |