SILK App Share
Developed by Calgary Scientific to provide screen sharing to PureWeb Design
Hvad er SILK App Share?
SILK App Share er en Chrome-udvidelse udviklet af https://pureweb.io, og dens hovedfunktion er "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".
Udvidelsesskærmbilleder
Download SILK App Share-udvidelses-CRX-fil
Download SILK App Share-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension requests access to Chrome's "desktopShare" in order to enable screen and application sharing on supported web pages on the pureweb.io domain. Users are able to share more than one applications (or the whole desktop) and each shared item appears in a dialog that can be moved (floated) within the browser.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bkdlogmkpchnabiiikmhaifagpffdani |
Officiel URL | https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani |
Beskrivelse | Developed by Calgary Scientific to provide screen sharing to PureWeb Design |
Filstørrelse | 11.76 KB |
Antal Installationer | 170 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-11-01 |
Udgivelsesdato | 2016-11-01 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | https://pureweb.io |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SILK App Share", "short_name": "App Share", "author": "Calgary Scientific Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Developed by Calgary Scientific to provide screen sharing to PureWeb Design", "homepage_url": "http:\/\/calgaryscientific.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "icons": { "16": "pwdlogo_16px.png", "48": "pwdlogo_48px.png", "128": "pwdlogo_128px.png" }, "permissions": [ "desktopCapture", "tabs" ], "externally_connectable": { "matches": [ "https:\/\/*.pureweb.io\/*" ] } } |