SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

Wat is SILK App Share?

SILK App Share is een Chrome-extensie ontwikkeld door https://pureweb.io, en de belangrijkste functie is "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SILK App Share

Download SILK App Share-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

                        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.                    

Basisinformatie over de Extensie

Naam SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
Officiële URL https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
Beschrijving Developed by Calgary Scientific to provide screen sharing to PureWeb Design
Bestandsgrootte 11.76 KB
Aantal Installaties 170
Huidige Versie 1.2
Laatst Bijgewerkt 2016-11-01
Publicatiedatum 2016-11-01
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://pureweb.io
Betalingswijze free
Ondersteunde Talen 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\/*"
        ]
    }
}