Meetingreat Screen Sharing
This chrome extension doesn't do anything except capturing content of your screen.
Meetingreat Screen Sharingคืออะไร?
Meetingreat Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cvc.meetingreat.com และคุณลักษณะหลักของมันคือ "This chrome extension doesn't do anything except capturing content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meetingreat Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Meetingreat Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this plugin to enable Desktop/Application sharing in CVC system.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enfkmpkdedjedcphknedhlnaipfkgepk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/meetingreat-screen-sharin/enfkmpkdedjedcphknedhlnaipfkgepk |
คำอธิบาย | This chrome extension doesn't do anything except capturing content of your screen. |
ขนาดไฟล์ | 7.65 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2014-06-13 |
วันที่เผยแพร่ | 2014-06-13 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://cvc.meetingreat.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meetingreat Screen Sharing", "version": "1.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This chrome extension doesn't do anything except capturing content of your screen.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/enfkmpkdedjedcphknedhlnaipfkgepk", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "*:\/\/*.meetingreat.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.meetingreat.com\/*" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*.meetingreat.com\/*", "https:\/\/*.meetingreat.com\/*", "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |