SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

Cos'è SILK App Share?

SILK App Share è un'estensione di Chrome sviluppata da https://pureweb.io, e la sua funzione principale è "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SILK App Share

Scarica i file di estensione SILK App Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
URL Ufficiale https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
Descrizione Developed by Calgary Scientific to provide screen sharing to PureWeb Design
Dimensione del File 11.76 KB
Conteggio Installazioni 170
Versione Corrente 1.2
Ultimo Aggiornamento 2016-11-01
Data di Pubblicazione 2016-11-01
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://pureweb.io
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}