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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}