SBIS3 Call Recording

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

O que é SBIS3 Call Recording?

SBIS3 Call Recording é uma extensão do Chrome desenvolvida por https://sbis.ru, e sua principal característica é "The extension will allow the participants of the conversation to record the call.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SBIS3 Call Recording

Baixe arquivos de extensão SBIS3 Call Recording no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
URL Oficial https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Descrição The extension will allow the participants of the conversation to record the call.
Tamanho do Arquivo 55.29 KB
Contagem de Instalações 11,840
Versão Atual 24.1100.14
Última Atualização 2024-02-10
Data de Publicação 2020-05-12
Classificação 4.82/5 Total de 11 Avaliações
Desenvolvedor https://sbis.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sbis.ru
URL da Página de Política de Privacidade https://sbis.ru/privacy_policy_sbis
Idiomas Suportados 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"
    ]
}