ChatLuck Desktop Capture
It will be able to carry out the "Screen sharing" in ChatLuck contact functions.
ChatLuck Desktop Captureคืออะไร?
ChatLuck Desktop Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย desknets.developer และคุณลักษณะหลักของมันคือ "It will be able to carry out the "Screen sharing" in ChatLuck contact functions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatLuck Desktop Capture
ดาวน์โหลดไฟล์ส่วนขยาย ChatLuck Desktop Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chromeブラウザにこの拡張機能をインストールすると、ChatLuckのコンタクト機能で「画面共有」を行うことができるようになります。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jjnmohbfcekglplninbjolomhbghlpfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatluck-desktop-capture/jjnmohbfcekglplninbjolomhbghlpfm |
คำอธิบาย | It will be able to carry out the "Screen sharing" in ChatLuck contact functions. |
ขนาดไฟล์ | 5.33 KB |
จำนวนการติดตั้ง | 665 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2022-07-07 |
วันที่เผยแพร่ | 2015-12-02 |
ผู้พัฒนา | desknets.developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatLuck Desktop Capture", "description": "It will be able to carry out the \"Screen sharing\" in ChatLuck contact functions.", "version": "1.0.3", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "contentscript.js" ] } ], "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |