Grypp Screen Recorder

tabs

Что такое Grypp Screen Recorder?

Grypp Screen Recorder - это расширение Chrome, разработанное https://gryppcorp.com, и его основная функция - "tabs".

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

screenshot
screenshot
screenshot

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

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

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

                        Recording Screen with audio by Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.                    

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

Название Grypp Screen Recorder Grypp Screen Recorder
ID jaljmmcngcdcfbkmcgibjolcdbhloclc
Официальный URL https://chromewebstore.google.com/detail/grypp-screen-recorder/jaljmmcngcdcfbkmcgibjolcdbhloclc
Описание tabs
Размер файла 7.58 KB
Количество установок 206
Текущая Версия 10.3
Последнее Обновление 2019-05-10
Дата публикации 2019-05-10
Рейтинг 3.00/5 Всего 4 оценок
Разработчик https://gryppcorp.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grypp Screen Recorder",
    "author": "Grypp",
    "version": "10.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "tabs",
    "homepage_url": "https:\/\/gryppcorp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.gryppcorp.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}