webrtc Hangout
testing
ما هو webrtc Hangout؟
webrtc Hangout هو إضافة Chrome تم تطويرها بواسطة https://xplat.hangout.comcast.net، والميزة الرئيسية لها هي "testing".
تحميل ملف CRX للإضافة webrtc Hangout
قم بتنزيل ملفات الامتداد webrtc Hangout بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
webrtc hangout desktop sharing
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | hcmcjlpceanonhiahklocicgmhacjmac |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/webrtc-hangout/hcmcjlpceanonhiahklocicgmhacjmac |
الوصف | testing |
حجم الملف | 2.07 MB |
عدد التثبيتات | 46 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-07-09 |
تاريخ النشر | 2015-07-09 |
المطور | https://xplat.hangout.comcast.net |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "webrtc Hangout", "description": "testing", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/xplat.hangout.comcast.net\/*" ] } } |