FO MEET
A simple extension that allows you to stream your desktop into
Wat is FO MEET?
FO MEET is een Chrome-extensie ontwikkeld door niem.mcm, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into".
Download het CRX-bestand van de extensie FO MEET
Download FO MEET-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
FO MEETING EXT
Basisinformatie over de Extensie
Naam | |
ID | aiphjhocgkmemkghnenmlhkclnjgabbk |
Officiële URL | https://chrome.google.com/webstore/detail/fo-meet/aiphjhocgkmemkghnenmlhkclnjgabbk |
Beschrijving | A simple extension that allows you to stream your desktop into |
Bestandsgrootte | 36 KB |
Aantal Installaties | 35 |
Huidige Versie | 0.1.8 |
Laatst Bijgewerkt | 2017-03-08 |
Publicatiedatum | 2017-03-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | niem.mcm |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FO MEET", "description": "A simple extension that allows you to stream your desktop into", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.fptonline.net\/*" ] } } |