SBIS3 Call Recording

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

SBIS3 Call Recording là gì?

SBIS3 Call Recording là một tiện ích mở rộng Chrome được phát triển bởi https://sbis.ru, và tính năng chính của nó là "The extension will allow the participants of the conversation to record the call.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SBIS3 Call Recording

Tải xuống các tệp mở rộng SBIS3 Call Recording dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SBIS3 Call Recording SBIS3 Call Recording
ID pogljmkbjeopifdndihpcmblpemnnejj
URL Chính Thức https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj
Mô tả The extension will allow the participants of the conversation to record the call.
Kích Thước Tệp 55.29 KB
Số Lần Cài Đặt 11,840
Phiên Bản Hiện Tại 24.1100.14
Cập Nhật Lần Cuối 2024-02-10
Ngày Phát Hành 2020-05-12
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://sbis.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sbis.ru
URL Trang Chính Sách Bảo Mật https://sbis.ru/privacy_policy_sbis
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}