Roche Livechek
Extension chrome qui permet de partager son écran sur la plateforme Livechek.
Roche Livechekคืออะไร?
Roche Livechek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sqli.group และคุณลักษณะหลักของมันคือ "Extension chrome qui permet de partager son écran sur la plateforme Livechek."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roche Livechek
ดาวน์โหลดไฟล์ส่วนขยาย Roche Livechek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension chrome qui permet de partager son écran sur la plateforme Livechek.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roche Livechek |
ID | bjbjedjfnkgfkmfhphelmjkcmodckbdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roche-livechek/bjbjedjfnkgfkmfhphelmjkcmodckbdl |
คำอธิบาย | Extension chrome qui permet de partager son écran sur la plateforme Livechek. |
ขนาดไฟล์ | 47 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2019-01-31 |
วันที่เผยแพร่ | 2019-01-31 |
ผู้พัฒนา | sqli.group |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "fr", "version": "0.0.6", "minimum_chrome_version": "34", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "ids": [ "bjbjedjfnkgfkmfhphelmjkcmodckbdl" ], "matches": [ "*:\/\/livechek.fr\/*", "*:\/\/*.livechek.fr\/*", "*:\/\/live-chek.fr\/*", "*:\/\/*.live-chek.fr\/*", "*:\/\/livechek.de\/*", "*:\/\/*.livechek.de\/*", "*:\/\/live-chek.de\/*", "*:\/\/*.live-chek.de\/*" ] } } |