Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
ما هو Pronto Screen Sharing؟
Pronto Screen Sharing هو إضافة Chrome تم تطويرها بواسطة Pronto، والميزة الرئيسية لها هي "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pronto Screen Sharing
قم بتنزيل ملفات الامتداد Pronto Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will allow users to share their screen in Pronto during live streaming. A user may choose to broadcast either live video or share their screen. This extension specifically handles the functionality behind prompting a user for which screen they'd like to share.
معلومات أساسية عن التمديد
الاسم | Pronto Screen Sharing |
ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
الوصف | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
حجم الملف | 19.73 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 2.2 |
آخر تحديث | 2018-09-13 |
تاريخ النشر | 2018-09-13 |
المطور | Pronto |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://trypronto.com |
عنوان صفحة سياسة الخصوصية | https://www.trypronto.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pronto Screen Sharing", "author": "Hit Labs, Inc.", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Use this Pronto extension to share your screen in the Pronto Communications web client found at https:\/\/trypronto.com.", "homepage_url": "https:\/\/trypronto.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.trypronto.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |