Record/Stream Screen Sharing Extension
Share your screen while recording or streaming.
ما هو Record/Stream Screen Sharing Extension؟
Record/Stream Screen Sharing Extension هو إضافة Chrome تم تطويرها بواسطة MNS، والميزة الرئيسية لها هي "Share your screen while recording or streaming.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Record/Stream Screen Sharing Extension
قم بتنزيل ملفات الامتداد Record/Stream Screen Sharing Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By using this extension together with the cloud service you will be able to record/stream your desktop or a specific application window.
معلومات أساسية عن التمديد
الاسم | |
ID | kelhcmnhmbkpioocdcoafbikjbckggjb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb |
الوصف | Share your screen while recording or streaming. |
حجم الملف | 9.54 KB |
عدد التثبيتات | 6,000 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-09-25 |
تاريخ النشر | 2018-09-25 |
تقييم | 2.75/5 مجموع تقييمات 4 |
المطور | MNS |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.mns.vc/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "manifest_version": 2, "name": "Record\/Stream Screen Sharing Extension", "version": "1.0.0", "description": "Share your screen while recording or streaming.", "icons": { "128": "rec-vc-icon-128.png", "16": "rec-vc-icon-16.png", "48": "rec-vc-icon-48.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ " |