SILK App Share

Developed by Calgary Scientific to provide screen sharing to PureWeb Design

Что такое SILK App Share?

SILK App Share - это расширение Chrome, разработанное https://pureweb.io, и его основная функция - "Developed by Calgary Scientific to provide screen sharing to PureWeb Design".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения SILK App Share

Скачайте файлы расширений SILK App Share в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название SILK App Share SILK App Share
ID bkdlogmkpchnabiiikmhaifagpffdani
Официальный URL https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani
Описание Developed by Calgary Scientific to provide screen sharing to PureWeb Design
Размер файла 11.76 KB
Количество установок 170
Текущая Версия 1.2
Последнее Обновление 2016-11-01
Дата публикации 2016-11-01
Рейтинг 4.67/5 Всего 3 оценок
Разработчик https://pureweb.io
Тип оплаты free
Поддерживаемые языки 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\/*"
        ]
    }
}