Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Vad är Brochesia Screen Sharing?
Brochesia Screen Sharing är en Chrome-tillägg utvecklad av https://www.brochesia.com, och dess huvudfunktion är "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".
Tilläggsskärmbilder
Ladda ner Brochesia Screen Sharing-förlängningens CRX-fil
Ladda ner Brochesia Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Grundläggande Information om Tillägg
Namn | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
Officiell webbadress | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
Beskrivning | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
Filstorlek | 5.45 KB |
Antal Installationer | 20 |
Aktuell Version | 2 |
Senast Uppdaterad | 2019-04-12 |
Publiceringsdatum | 2019-04-12 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://www.brochesia.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.brochesia.com/privacy_policy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |