Phone.com Screen Sharing

The extension allows you to share your screen.

Что такое Phone.com Screen Sharing?

Phone.com Screen Sharing - это расширение Chrome, разработанное https://video.phone.com, и его основная функция - "The extension allows you to share your screen.".

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

screenshot

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

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

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

                        Installing the extension is required so you can share your screen.                    

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

Название Phone.com Screen Sharing Phone.com Screen Sharing
ID blhhkfbffffbgablmhdchnmgcdejggon
Официальный URL https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon
Описание The extension allows you to share your screen.
Размер файла 64.34 KB
Количество установок 295
Текущая Версия 1.2
Последнее Обновление 2018-09-21
Дата публикации 2018-09-21
Разработчик https://video.phone.com
Тип оплаты free
Официальный сайт расширения https://video.phone.com/
Поддерживаемые языки en
manifest.json
{
    "name": "Phone.com Screen Sharing",
    "author": "Phone.com Inc.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The extension allows you to share your screen.",
    "homepage_url": "https:\/\/meet.phone.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.phone.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "phone-logo16.png",
        "48": "phone-logo48.png",
        "128": "phone-logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}