SBIS3 Call Recording

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

¿Qué es SBIS3 Call Recording?

SBIS3 Call Recording es una extensión de Chrome desarrollada por https://sbis.ru, y su función principal es "The extension will allow the participants of the conversation to record the call.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SBIS3 Call Recording

Descarga archivos de extensión SBIS3 Call Recording en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
URL Oficial https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Descripción The extension will allow the participants of the conversation to record the call.
Tamaño del Archivo 55.29 KB
Cantidad de Instalaciones 11,840
Versión Actual 24.1100.14
Última Actualización 2024-02-10
Fecha de Publicación 2020-05-12
Calificación 4.82/5 Total de 11 Calificaciones
Desarrollador https://sbis.ru
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sbis.ru
URL de la Página de Política de Privacidad https://sbis.ru/privacy_policy_sbis
Idiomas Soportados 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"
    ]
}