SILK App Share
Developed by Calgary Scientific to provide screen sharing to PureWeb Design
Vad är SILK App Share?
SILK App Share är en Chrome-tillägg utvecklad av https://pureweb.io, och dess huvudfunktion är "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".
Tilläggsskärmbilder
Ladda ner SILK App Share-förlängningens CRX-fil
Ladda ner SILK App Share-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | bkdlogmkpchnabiiikmhaifagpffdani |
Officiell webbadress | https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani |
Beskrivning | Developed by Calgary Scientific to provide screen sharing to PureWeb Design |
Filstorlek | 11.76 KB |
Antal Installationer | 170 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2016-11-01 |
Publiceringsdatum | 2016-11-01 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | https://pureweb.io |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } } |