SBIS3 Call Recording

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

Co to jest SBIS3 Call Recording?

SBIS3 Call Recording to rozszerzenie Chrome opracowane przez https://sbis.ru, a jego główną funkcją jest „The extension will allow the participants of the conversation to record the call.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SBIS3 Call Recording

Pobierz pliki rozszerzeń SBIS3 Call Recording w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
Oficjalny URL https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Opis The extension will allow the participants of the conversation to record the call.
Rozmiar pliku 55.29 KB
Liczba instalacji 11,840
Aktualna Wersja 24.1100.14
Ostatnia Aktualizacja 2024-02-10
Data Publikacji 2020-05-12
Ocena 4.82/5 Łącznie 11 Oceny
Deweloper https://sbis.ru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sbis.ru
Adres URL Strony Polityki Prywatności https://sbis.ru/privacy_policy_sbis
Obsługiwane Języki 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"
    ]
}