Physitrack Screen Sharing

This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.

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

Physitrack Screen Sharing - это расширение Chrome, разработанное Physitrack, и его основная функция - "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".

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

screenshot

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

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

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

                        This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.                    

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

Название Physitrack Screen Sharing Physitrack Screen Sharing
ID hijolocdaklmkmfhecijlcgjnpnijadk
Официальный URL https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk
Описание This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Размер файла 19.51 KB
Количество установок 84
Текущая Версия 2.0
Последнее Обновление 2018-12-20
Дата публикации 2018-12-20
Разработчик Physitrack
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.physitrack.com/
URL страницы помощи https://support.physitrack.com/article/761-screen-sharing
URL страницы политики конфиденциальности https://www.physitrack.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Physitrack Screen Sharing",
    "author": "Physitrack LTD",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for http:\/\/physitrack.com\/ video calls. It just captures content of your screen.",
    "homepage_url": "http:\/\/physitrack.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.physitrack.com\/*",
            "https:\/\/*.physiapp.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}