The Conference system Screen Sharing
Add Screen Sharing to the conference system.
The Conference system Screen Sharing क्या है?
The Conference system Screen Sharing bellface.inc.develop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Screen Sharing to the conference system."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Conference system Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Screen Sharing Extension for Chrome.
एक्सटेंशन की मूल जानकारी
नाम | The Conference system Screen Sharing |
ID | dafmbamledgmihaihnlpegddgjhaadcl |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl |
विवरण | Add Screen Sharing to the conference system. |
फ़ाइल का आकार | 50.44 KB |
स्थापना संख्या | 10,734 |
वर्तमान संस्करण | 0.96 |
अंतिम अपडेट | 2022-12-08 |
प्रकाशन तिथि | 2020-06-11 |
डेवलपर | bellface.inc.develop |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "author": "BellFace Inc.", "version": "0.96", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/user.bell-face.com\/", "background": { "service_worker": "background-script.js" }, "externally_connectable": { "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "https:\/\/*.bell-face.example.com\/*", "https:\/\/*.bell-face.local\/*", "https:\/\/*.bell-face.co\/*", "https:\/\/*.bell-face.fyi\/*", "https:\/\/*.bell-face.fm\/*", "https:\/\/*.bell-face.com\/*" ] } ] } |