Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
ما هو Brochesia Screen Sharing؟
Brochesia Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://www.brochesia.com، والميزة الرئيسية لها هي "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Brochesia Screen Sharing
قم بتنزيل ملفات الامتداد Brochesia Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
معلومات أساسية عن التمديد
الاسم | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
الوصف | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
حجم الملف | 5.45 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 2 |
آخر تحديث | 2019-04-12 |
تاريخ النشر | 2019-04-12 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://www.brochesia.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.brochesia.com/privacy_policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |