SBIS3 Call Recording
The extension will allow the participants of the conversation to record the call.
Apa itu SBIS3 Call Recording?
SBIS3 Call Recording adalah ekstensi Chrome yang dikembangkan oleh https://sbis.ru, dan fitur utamanya adalah "The extension will allow the participants of the conversation to record the call.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SBIS3 Call Recording
Unduh file ekstensi SBIS3 Call Recording dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The extension will allow the participants of the conversation to record the call
Informasi Dasar Ekstensi
Nama | SBIS3 Call Recording |
ID | pogljmkbjeopifdndihpcmblpemnnejj |
URL Resmi | https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj |
Deskripsi | The extension will allow the participants of the conversation to record the call. |
Ukuran File | 55.29 KB |
Jumlah Instalasi | 11,840 |
Versi Saat Ini | 24.1100.14 |
Terakhir Diperbarui | 2024-02-10 |
Tanggal Publikasi | 2020-05-12 |
Penilaian | 4.82/5 Total 11 Penilaian |
Pengembang | https://sbis.ru |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sbis.ru |
URL Halaman Kebijakan Privasi | https://sbis.ru/privacy_policy_sbis |
Bahasa yang Didukung | 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" ] } |