SBIS3 Call Recording

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

Cos'è SBIS3 Call Recording?

SBIS3 Call Recording è un'estensione di Chrome sviluppata da https://sbis.ru, e la sua funzione principale è "The extension will allow the participants of the conversation to record the call.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SBIS3 Call Recording

Scarica i file di estensione SBIS3 Call Recording in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
URL Ufficiale https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Descrizione The extension will allow the participants of the conversation to record the call.
Dimensione del File 55.29 KB
Conteggio Installazioni 11,840
Versione Corrente 24.1100.14
Ultimo Aggiornamento 2024-02-10
Data di Pubblicazione 2020-05-12
Valutazione 4.82/5 Totale 11 Valutazioni
Sviluppatore https://sbis.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sbis.ru
URL della Pagina della Politica sulla Privacy https://sbis.ru/privacy_policy_sbis
Lingue Supportate 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"
    ]
}