Squad - Screen Share
Capture full-screen or specific application's screen on any HTTPs domain!
ما هو Squad - Screen Share؟
Squad - Screen Share هو إضافة Chrome تم تطويرها بواسطة Citrus CX، والميزة الرئيسية لها هي "Capture full-screen or specific application's screen on any HTTPs domain!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Squad - Screen Share
قم بتنزيل ملفات الامتداد Squad - Screen Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Compartilhe a tela ou janela da aplicação em conferências. Esta extension permite que os usuários conectados nas video conferências do Citrus Squad compartilhem a tela do seu computador para apresentações. A extensão suporta o compartilhamento da tela inteira ou de uma janela de uma aplicação específica.
معلومات أساسية عن التمديد
الاسم | Squad - Screen Share |
ID | mnnjgkbljlglijofflgpolkofgkcipfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/squad-screen-share/mnnjgkbljlglijofflgpolkofgkcipfd |
الوصف | Capture full-screen or specific application's screen on any HTTPs domain! |
حجم الملف | 34.62 KB |
عدد التثبيتات | 97 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-09-23 |
تاريخ النشر | 2020-06-03 |
المطور | Citrus CX |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://squad.us |
عنوان صفحة المساعدة | https://squad.us |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Squad - Screen Share", "author": "Digivox", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "https:\/\/squad.us", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.citrussquad.com\/*", "https:\/\/*.squad.us\/*", "https:\/\/ucpro.algartelecom.com.br\/*" ] } ], "icons": { "48": "icon48.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |