RecView - Vintro recorder
RecView screen recording Chrome extension
ما هو RecView - Vintro recorder؟
RecView - Vintro recorder هو إضافة Chrome تم تطويرها بواسطة https://recview.co، والميزة الرئيسية لها هي "RecView screen recording Chrome extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RecView - Vintro recorder
قم بتنزيل ملفات الامتداد RecView - Vintro recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
RecView's chrome extension, record BD videos, video messages for candidates and anything else you can think of!
معلومات أساسية عن التمديد
الاسم | RecView - Vintro recorder |
ID | fffnkcnjomfdcidlfdcdfpgeildojejj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/recview-vintro-recorder/fffnkcnjomfdcidlfdcdfpgeildojejj |
الوصف | RecView screen recording Chrome extension |
حجم الملف | 446 KB |
عدد التثبيتات | 104 |
النسخة الحالية | 2.7.1 |
آخر تحديث | 2023-10-27 |
تاريخ النشر | 2022-10-18 |
المطور | https://recview.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://recview.co/extention |
عنوان صفحة المساعدة | https://recview.co/extention |
عنوان صفحة سياسة الخصوصية | https://recview.co/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RecView - Vintro recorder", "description": "RecView screen recording Chrome extension", "version": "2.7.1", "action": { "default_icon": "images\/recview-logo.png" }, "permissions": [ "tabs", "storage", "system.display" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/localhost\/*" ], "js": [ "js\/vendor.js", "js\/overlay_app.js", "js\/event_handler.js" ] } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "overlay.html" ] } ] } |