QualSights Web Screen Sharing
Extension to allow screen sharing in QualSights Web Application.
ما هو QualSights Web Screen Sharing؟
QualSights Web Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://www.qualsights.com، والميزة الرئيسية لها هي "Extension to allow screen sharing in QualSights Web Application.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QualSights Web Screen Sharing
قم بتنزيل ملفات الامتداد QualSights Web Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
QualSights is a qualitative insights platform used by brands and agencies around the world to conduct research. Our Chrome extension is used to to enable screen sharing during video interviews and focus groups. IMPORTANT NOTE: Currently this extension can only be used by people who have received an access code to a specific qualitative research project.
معلومات أساسية عن التمديد
الاسم | QualSights Web Screen Sharing |
ID | jehjckeolomclfbhpckmlmckpcjpiclh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qualsights-web-screen-sha/jehjckeolomclfbhpckmlmckpcjpiclh |
الوصف | Extension to allow screen sharing in QualSights Web Application. |
حجم الملف | 14.36 KB |
عدد التثبيتات | 104 |
النسخة الحالية | 0.0.0.7 |
آخر تحديث | 2021-03-30 |
تاريخ النشر | 2019-09-17 |
المطور | https://www.qualsights.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://qualsights.com/ |
عنوان صفحة المساعدة | https://qualsights.com/contact-us |
عنوان صفحة سياسة الخصوصية | https://qualsights.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "QualSights Web Screen Sharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for QualSights", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.7", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in QualSights Web Application.", "externally_connectable": { "matches": [ "*:\/\/clients.qualsights.com\/*", "*:\/\/clients.georama.com\/*", "*:\/\/enterprise-dev2.georama.com\/*", "*:\/\/enterprise-dev.georama.com\/*", "*:\/\/development.qualsights.com\/*", "*:\/\/staging.qualsights.com\/*", "*:\/\/reports.qualsights.com\/*" ] }, "icons": { "128": "128w.png", "16": "16w.png", "48": "48w.png" }, "browser_action": { "default_icon": "16w.png" } } |