The Conference system Screen Sharing
Add Screen Sharing to the conference system.
Wat is The Conference system Screen Sharing?
The Conference system Screen Sharing is een Chrome-extensie ontwikkeld door bellface.inc.develop, en de belangrijkste functie is "Add Screen Sharing to the conference system.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Conference system Screen Sharing
Download The Conference system Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Screen Sharing Extension for Chrome.
Basisinformatie over de Extensie
Naam | The Conference system Screen Sharing |
ID | dafmbamledgmihaihnlpegddgjhaadcl |
Officiële URL | https://chromewebstore.google.com/detail/the-conference-system-scr/dafmbamledgmihaihnlpegddgjhaadcl |
Beschrijving | Add Screen Sharing to the conference system. |
Bestandsgrootte | 50.44 KB |
Aantal Installaties | 10,734 |
Huidige Versie | 0.96 |
Laatst Bijgewerkt | 2022-12-08 |
Publicatiedatum | 2020-06-11 |
Ontwikkelaar | bellface.inc.develop |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |