Atlassian Video Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Atlassian Video.
ما هو Atlassian Video Desktop Streamer؟
Atlassian Video Desktop Streamer هو إضافة Chrome تم تطويرها بواسطة https://atlassian.video، والميزة الرئيسية لها هي "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.".
تحميل ملف CRX للإضافة Atlassian Video Desktop Streamer
قم بتنزيل ملفات الامتداد Atlassian Video Desktop Streamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | anpnoalppafieckfadhancmmchhecmok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/atlassian-video-desktop-s/anpnoalppafieckfadhancmmchhecmok |
الوصف | A simple extension that allows you to stream your desktop into meetings with Atlassian Video. |
حجم الملف | 4.21 KB |
عدد التثبيتات | 95 |
النسخة الحالية | 0.1.6.1 |
آخر تحديث | 2016-12-13 |
تاريخ النشر | 2016-12-13 |
المطور | https://atlassian.video |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Atlassian Video Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Atlassian Video.", "version": "0.1.6.1", "minimum_chrome_version": "34", "icons": [], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.atlassian.video\/*", "*:\/\/pawel.jitsi.net\/*", "*:\/\/hristo.jitsi.net\/*" ] } } |