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 |
| 官方網址 | 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"
]
} | |