Let's Talk Screen Sharing Chrome Extension
This Extension provides ability to share screen for Let's Talk application.
Let's Talk Screen Sharing Chrome Extensionคืออะไร?
Let's Talk Screen Sharing Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hciketi.com และคุณลักษณะหลักของมันคือ "This Extension provides ability to share screen for Let's Talk application."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let's Talk Screen Sharing Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Let's Talk Screen Sharing Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Let's Talk Screen Sharing Chrome Extension |
ID | lkhdkjakccdajilenebimbgionejknpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn |
คำอธิบาย | This Extension provides ability to share screen for Let's Talk application. |
ขนาดไฟล์ | 337 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.0.0.3 |
อัปเดตครั้งล่าสุด | 2017-10-18 |
วันที่เผยแพร่ | 2017-10-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://hciketi.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "52", "name": "Let's Talk Screen Sharing Chrome Extension", "permissions": [ "desktopCapture" ], "short_name": "Let's Talk ScreenShare", "version": "1.0.0.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "This Extension provides ability to share screen for Let's Talk application.", "externally_connectable": { "matches": [ "https:\/\/*.hciketi.com\/*", "https:\/\/*.proximie.com\/*", "https:\/\/*.ciketi.com\/*" ] }, "icons": { "128": "conf-logo-128x128.png", "48": "conf-logo-48x48.png", "16": "conf-logo-16x16.png" }, "browser_action": { "default_icon": "conf-logo-16x16.png" } } |