SBIS3 Call Recording
The extension will allow the participants of the conversation to record the call.
Hvad er SBIS3 Call Recording?
SBIS3 Call Recording er en Chrome-udvidelse udviklet af https://sbis.ru, og dens hovedfunktion er "The extension will allow the participants of the conversation to record the call.".
Udvidelsesskærmbilleder
Download SBIS3 Call Recording-udvidelses-CRX-fil
Download SBIS3 Call Recording-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The extension will allow the participants of the conversation to record the call
Grundlæggende oplysninger om udvidelsen
Navn | SBIS3 Call Recording |
ID | pogljmkbjeopifdndihpcmblpemnnejj |
Officiel URL | https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj |
Beskrivelse | The extension will allow the participants of the conversation to record the call. |
Filstørrelse | 55.29 KB |
Antal Installationer | 11,840 |
Nuværende Version | 24.1100.14 |
Senest Opdateret | 2024-02-10 |
Udgivelsesdato | 2020-05-12 |
Bedømmelse | 4.82/5 Samlet 11 Bedømmelser |
Udvikler | https://sbis.ru |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://sbis.ru |
URL til Fortrolighedspolitik Side | https://sbis.ru/privacy_policy_sbis |
Understøttede Sprog | 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" ] } |