SBIS3 Call Recording

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

SBIS3 Call Recordingとは何ですか?

SBIS3 Call Recordingはhttps://sbis.ruによって開発されたChromeの拡張機能で、その主な機能は「The extension will allow the participants of the conversation to record the call.」です。

拡張機能のスクリーンショット

screenshot

SBIS3 Call Recording拡張機能のCRXファイルをダウンロード

SBIS3 Call Recording拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
公式URL https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
説明 The extension will allow the participants of the conversation to record the call.
ファイルサイズ 55.29 KB
インストール数 11,840
現在のバージョン 24.1100.14
最終更新日 2024-02-10
公開日 2020-05-12
評価 4.82/5 合計 11 レビュー
開発者 https://sbis.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sbis.ru
プライバシーポリシーページのURL https://sbis.ru/privacy_policy_sbis
対応言語 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"
    ]
}