SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

Qu'est-ce que SILK App Share ?

SILK App Share est une extension Chrome développée par https://pureweb.io, et sa fonction principale est "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SILK App Share

Téléchargez les fichiers d'extension SILK App Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
URL Officiel https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
Description Developed by Calgary Scientific to provide screen sharing to PureWeb Design
Taille du Fichier 11.76 KB
Nombre d'Installations 170
Version Actuelle 1.2
Dernière Mise à Jour 2016-11-01
Date de Publication 2016-11-01
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://pureweb.io
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}