Screen Share Application
Application Allows to share you screen
Qu'est-ce que Screen Share Application ?
Screen Share Application est une extension Chrome développée par https://pruffme.com, et sa fonction principale est "Application Allows to share you screen".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Screen Share Application
Téléchargez les fichiers d'extension Screen Share Application 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
Приложение для публикации экрана на сайте http://pruffme.com
Informations de Base sur l'Extension
Nom | Screen Share Application |
ID | fmajmkhjmknoegfgdhpiflefolclojef |
URL Officiel | https://chromewebstore.google.com/detail/screen-share-application/fmajmkhjmknoegfgdhpiflefolclojef |
Description | Application Allows to share you screen |
Taille du Fichier | 23.75 KB |
Nombre d'Installations | 5,881 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2017-05-23 |
Date de Publication | 2017-05-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://pruffme.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "Screen Share Application", "permissions": [ "desktopCapture" ], "short_name": "Screen Share Application", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.pruffme.com\/*", "*:\/\/localhost\/*" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end" } ], "description": "Application Allows to share you screen", "externally_connectable": { "matches": [ "*:\/\/*.pruffme.com\/*", "*:\/\/localhost\/*" ] }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "web_accessible_resources": [ "icon.png" ], "browser_action": { "default_icon": "icon_16.png" } } |