GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
ما هو GoBrunch Screen Share؟
GoBrunch Screen Share هو إضافة Chrome تم تطويرها بواسطة https://gobrunch.com، والميزة الرئيسية لها هي "The WebRTC screen capturing extension to share your screen with the world".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GoBrunch Screen Share
قم بتنزيل ملفات الامتداد GoBrunch Screen Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. Instructions: Create Webinar/Video Conference on Gobrunch Click on Screen Share icon from Google Chrome The Extension will be asked to install and work automatically. If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page. Cheers
معلومات أساسية عن التمديد
الاسم | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
الوصف | The WebRTC screen capturing extension to share your screen with the world |
حجم الملف | 8.85 KB |
عدد التثبيتات | 7,056 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2018-10-25 |
تاريخ النشر | 2018-10-25 |
تقييم | 3.67/5 مجموع تقييمات 6 |
المطور | https://gobrunch.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoBrunch Screen Share", "author": "GoBrunch", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The WebRTC screen capturing extension to share your screen with the world", "homepage_url": "https:\/\/gobrunch.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.gobrunch.com\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_title": "Add bookmark" }, "permissions": [ "desktopCapture", "https:\/\/*.gobrunch.com\/*" ], "web_accessible_resources": [ "icon.png" ] } |