Flock Screenshare
Allows Flock Video Conference to share your screen.
Qu'est-ce que Flock Screenshare ?
Flock Screenshare est une extension Chrome développée par https://flock.com, et sa fonction principale est "Allows Flock Video Conference to share your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flock Screenshare
Téléchargez les fichiers d'extension Flock Screenshare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Flock Screen Capture
Informations de Base sur l'Extension
Nom | Flock Screenshare |
ID | dfpnbmkkagkknpnmaajhggpedcnfpomg |
URL Officiel | https://chromewebstore.google.com/detail/flock-screenshare/dfpnbmkkagkknpnmaajhggpedcnfpomg |
Description | Allows Flock Video Conference to share your screen. |
Taille du Fichier | 10.3 KB |
Nombre d'Installations | 559 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2019-03-19 |
Date de Publication | 2019-03-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://flock.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flock Screenshare", "description": "Allows Flock Video Conference to share your screen.", "manifest_version": 2, "version": "1.0.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEb8fhGwD+dJDL7AuhWvg4fLqRHf9VD0ugll8eknBBpDSuKVJVrwn6zmJBFiePpep6IVbdRZDCjnRdXHkQUGFLwl83YqJRmm0d4xB4iwr8bYhD9eLZy0zmCRNlABB1KseQskQQ07xFlbbysebRQtdzWyNLzufWNXqH+2OsYMKJL61pSm2hNWCwDZF28GxCwEaV4yZM4AvNFXWtka7eKd7DWZwy1sS6vZ6T+q7Jt1lIvXcCz9q2vXc8FMUZonGyWF1jFLvwfzckRbiC6bDK1o4GauLVLToLtCI1eOXsCbHv4Lvzl+4kWP4Es1NrqCewb7p7CREYulh+ZfcB5A+qDEGQIDAQAB", "background": { "scripts": [ "extension.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/apps-static.flock.co\/twilio\/*", "*:\/\/apps-static.flock.com\/twilio\/*", "*:\/\/*.flock.co\/call\/*", "*:\/\/*.flock-staging.co\/call\/*", "*:\/\/*.flock.com\/call\/*", "*:\/\/*.flock-staging.com\/call\/*", "*:\/\/*.flock.co\/beta\/call\/*", "*:\/\/*.flock.com\/beta\/call\/*" ], "js": [ "isExtensionPresent.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.flock.co\/*", "*:\/\/*.flock.com\/*", "*:\/\/*.flock-staging.com\/*" ] }, "permissions": [ "desktopCapture" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |