SILK App Share
Developed by Calgary Scientific to provide screen sharing to PureWeb Design
What is SILK App Share?
SILK App Share is a Chrome extension developed by https://pureweb.io, and its main feature is "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".
Extension Screenshots
Download SILK App Share Extension CRX File
Download SILK App Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bkdlogmkpchnabiiikmhaifagpffdani |
Official URL | https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani |
Description | Developed by Calgary Scientific to provide screen sharing to PureWeb Design |
File Size | 11.76 KB |
Installation Count | 170 |
Current Version | 1.2 |
Last Updated | 2016-11-01 |
Publish Date | 2016-11-01 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://pureweb.io |
Payment Type | free |
Supported Languages | 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\/*" ] } } |