TIM Screen Share
tim browser extension for screen sharing support
TIM Screen Shareคืออะไร?
TIM Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TIM S.p.a. และคุณลักษณะหลักของมันคือ "tim browser extension for screen sharing support"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TIM Screen Share
ดาวน์โหลดไฟล์ส่วนขยาย TIM Screen Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Screen sharing support for TIM conference
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TIM Screen Share |
ID | alkdnpfnidjlhmcoikbolnbjjpalkhpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tim-screen-share/alkdnpfnidjlhmcoikbolnbjjpalkhpb |
คำอธิบาย | tim browser extension for screen sharing support |
ขนาดไฟล์ | 6.44 KB |
จำนวนการติดตั้ง | 1,876 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-04-04 |
วันที่เผยแพร่ | 2018-04-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | TIM S.p.a. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TIM Screen Share", "short_name": "timShare", "author": "tim", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tim browser extension for screen sharing support", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |