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.”。
扩展截图
下载SBIS3 Call Recording扩展crx文件
下载SBIS3 Call Recording扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension will allow the participants of the conversation to record the call 扩展基本信息
| 名称 | |
| 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"
]
} | |