Teamtalk Screen Sharing

This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.

Что такое Teamtalk Screen Sharing?

Teamtalk Screen Sharing - это расширение Chrome, разработанное https://teamtalk.io, и его основная функция - "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".

Скачать файл CRX расширения Teamtalk Screen Sharing

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

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

                        Screen Sharing Chrome Extension                    

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

Название Teamtalk Screen Sharing Teamtalk Screen Sharing
ID ckmdabgcfgbecnpnekkjfcicjlgpblnp
Официальный URL https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp
Описание This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Размер файла 14.08 KB
Количество установок 95
Текущая Версия 3.0
Последнее Обновление 2016-11-02
Дата публикации 2016-11-02
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://teamtalk.io
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teamtalk Screen Sharing",
    "author": "Teamtalk",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/teamtalk.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "logo16.png",
        "default_popup": "screensharing-test.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost\/teamtalk\/public\/*",
            "http:\/\/teamtalk.io\/*",
            "https:\/\/teamtalk.io\/*",
            "*:\/\/teamtalk.io\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}