QualSights Web Screen Sharing
Extension to allow screen sharing in QualSights Web Application.
QualSights Web Screen Sharing क्या है?
QualSights Web Screen Sharing https://www.qualsights.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to allow screen sharing in QualSights Web Application."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QualSights Web Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | https://qualsights.com/contact-us |
गोपनीयता नीति पृष्ठ URL | 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" } } |