SBIS3 Call Recording

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

Was ist SBIS3 Call Recording?

SBIS3 Call Recording ist eine Chrome-Erweiterung, die von https://sbis.ru entwickelt wurde, und ihr Hauptmerkmal ist "The extension will allow the participants of the conversation to record the call.".

Erweiterungsscreenshots

screenshot

SBIS3 Call Recording-Erweiterungs-CRX-Datei herunterladen

Laden Sie SBIS3 Call Recording-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
Offizielle URL https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Beschreibung The extension will allow the participants of the conversation to record the call.
Dateigröße 55.29 KB
Installationsanzahl 11,840
Aktuelle Version 24.1100.14
Letztes Update 2024-02-10
Veröffentlichungsdatum 2020-05-12
Bewertung 4.82/5 Insgesamt 11 Bewertungen
Entwickler https://sbis.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sbis.ru
URL der Datenschutzrichtlinien-Seite https://sbis.ru/privacy_policy_sbis
Unterstützte Sprachen 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"
    ]
}