Screen Share Application
Application Allows to share you screen
Wat is Screen Share Application?
Screen Share Application is een Chrome-extensie ontwikkeld door https://pruffme.com, en de belangrijkste functie is "Application Allows to share you screen".
Extensie Screenshots
Download het CRX-bestand van de extensie Screen Share Application
Download Screen Share Application-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
Приложение для публикации экрана на сайте http://pruffme.com
Basisinformatie over de Extensie
Naam | Screen Share Application |
ID | fmajmkhjmknoegfgdhpiflefolclojef |
Officiële URL | https://chromewebstore.google.com/detail/screen-share-application/fmajmkhjmknoegfgdhpiflefolclojef |
Beschrijving | Application Allows to share you screen |
Bestandsgrootte | 23.75 KB |
Aantal Installaties | 5,881 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2017-05-23 |
Publicatiedatum | 2017-05-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://pruffme.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |