SBIS3 Call Recording

The extension will allow the participants of the conversation to record the call.

Что такое SBIS3 Call Recording?

SBIS3 Call Recording - это расширение Chrome, разработанное https://sbis.ru, и его основная функция - "The extension will allow the participants of the conversation to record the call.".

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

screenshot

Скачать файл CRX расширения SBIS3 Call Recording

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

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

                        The extension will allow the participants of the conversation to record the call                    

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

Название SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
Официальный URL https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Описание The extension will allow the participants of the conversation to record the call.
Размер файла 55.29 KB
Количество установок 11,840
Текущая Версия 24.1100.14
Последнее Обновление 2024-02-10
Дата публикации 2020-05-12
Рейтинг 4.82/5 Всего 11 оценок
Разработчик https://sbis.ru
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sbis.ru
URL страницы политики конфиденциальности https://sbis.ru/privacy_policy_sbis
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "commands": {
        "start_rec": {
            "description": "Start recording",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    },
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tensor.ru\/*",
            "*:\/\/*.sbis.ru\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.saby.ru\/*",
            "*:\/\/*.sabyc.ru\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "__MSG_appName__",
    "permissions": [
        "tabCapture",
        "activeTab",
        "http:\/\/localhost\/*",
        "*:\/\/*.tensor.ru\/*",
        "*:\/\/*.sbis.ru\/*",
        "*:\/\/*.saby.ru\/*",
        "*:\/\/*.sabyc.ru\/*"
    ],
    "short_name": "SBIS3 Call Recording",
    "version": "24.1100.14",
    "web_accessible_resources": [
        "icon48.png",
        "icon128.png"
    ]
}