SBIS3 Call Recording

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

What is SBIS3 Call Recording?

SBIS3 Call Recording is a Chrome extension developed by https://sbis.ru, and its main feature is "The extension will allow the participants of the conversation to record the call.".

Extension Screenshots

screenshot

Download SBIS3 Call Recording Extension CRX File

Download SBIS3 Call Recording extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
Official URL https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Description The extension will allow the participants of the conversation to record the call.
File Size 55.29 KB
Installation Count 11,840
Current Version 24.1100.14
Last Updated 2024-02-10
Publish Date 2020-05-12
Rating 4.82/5 Total 11 Ratings
Developer https://sbis.ru
Email [email protected]
Payment Type free
Extension Website https://sbis.ru
Privacy Policy Page URL https://sbis.ru/privacy_policy_sbis
Supported Languages 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"
    ]
}