Streye Share Screen
Capture full-screen or specific application's screen on Streye Enterprise App
ما هو Streye Share Screen؟
Streye Share Screen هو إضافة Chrome تم تطويرها بواسطة Streye، والميزة الرئيسية لها هي "Capture full-screen or specific application's screen on Streye Enterprise App".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Streye Share Screen
قم بتنزيل ملفات الامتداد Streye Share Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension that allows share screen on Streye Enterprise
معلومات أساسية عن التمديد
الاسم | Streye Share Screen |
ID | gjhegehdlknldoomoahpohapckgfogcd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/streye-share-screen/gjhegehdlknldoomoahpohapckgfogcd |
الوصف | Capture full-screen or specific application's screen on Streye Enterprise App |
حجم الملف | 7.23 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 2.2 |
آخر تحديث | 2018-03-13 |
تاريخ النشر | 2018-03-13 |
المطور | Streye |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streye Share Screen", "author": "Streye", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on Streye Enterprise App", "homepage_url": "https:\/\/www.streye.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/webapp-dev.streye.com\/*", "https:\/\/webapp-pre.streye.com\/*", "https:\/\/webapp.streye.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |