QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
QuicklyChat Screen Sharingคืออะไร?
QuicklyChat Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://qqquickly.chat และคุณลักษณะหลักของมันคือ "This extension allows you to share your screen to quickly.chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuicklyChat Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย QuicklyChat Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to share your screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
คำอธิบาย | This extension allows you to share your screen to quickly.chat |
ขนาดไฟล์ | 8.86 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2017-08-28 |
วันที่เผยแพร่ | 2017-08-28 |
ผู้พัฒนา | http://qqquickly.chat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://qqquickly.chat |
URL หน้าช่วยเหลือ | http://twitter.com/omnipresencehq |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "QuicklyChat Screen Sharing", "short_name": "quickly.chat", "author": "quickly.chat", "version": "2.0.1", "description": "This extension allows you to share your screen to quickly.chat", "homepage_url": "https:\/\/qqquickly.chat\/", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "32": "icon32.png" } }, "icons": { "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/localhost:9009\/*" ] } ] } |