Recruitee Meetings
Share your screen with other participants in a Recruitee video call
Recruitee Meetings क्या है?
Recruitee Meetings Recruitee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your screen with other participants in a Recruitee video call"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Recruitee Meetings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Recruitee Meetings brings conversations to life with group video calls, live chat and even screen sharing. A simple extension that helps you share your screen on a Video Call over Chrome. You can try it out yourself at https://meet.recruitee.com
एक्सटेंशन की मूल जानकारी
नाम | Recruitee Meetings |
ID | jmnpgckhmpmfijmfpnkkmcoklepkcape |
आधिकारिक URL | https://chromewebstore.google.com/detail/recruitee-meetings/jmnpgckhmpmfijmfpnkkmcoklepkcape |
विवरण | Share your screen with other participants in a Recruitee video call |
फ़ाइल का आकार | 28.07 KB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 0.1.9 |
अंतिम अपडेट | 2018-11-30 |
प्रकाशन तिथि | 2018-11-30 |
डेवलपर | Recruitee |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://recruitee.com/ |
गोपनीयता नीति पृष्ठ URL | https://recruitee.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recruitee Meetings", "description": "Share your screen with other participants in a Recruitee video call", "version": "0.1.9", "minimum_chrome_version": "34", "icons": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "128": "favicon_128.png" }, "browser_action": { "default_icon": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "128": "favicon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.recruitee.com\/*", "*:\/\/video.s.recruitee.com\/*" ] } } |