SBIS3 Call Recording
The extension will allow the participants of the conversation to record the call.
Wat is SBIS3 Call Recording?
SBIS3 Call Recording is een Chrome-extensie ontwikkeld door https://sbis.ru, en de belangrijkste functie is "The extension will allow the participants of the conversation to record the call.".
Extensie Screenshots
Download het CRX-bestand van de extensie SBIS3 Call Recording
Download SBIS3 Call Recording-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension will allow the participants of the conversation to record the call Basisinformatie over de Extensie
| Naam | |
| ID | pogljmkbjeopifdndihpcmblpemnnejj |
| Officiële URL | https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj |
| Beschrijving | The extension will allow the participants of the conversation to record the call. |
| Bestandsgrootte | 55.29 KB |
| Aantal Installaties | 11,840 |
| Huidige Versie | 24.1100.14 |
| Laatst Bijgewerkt | 2024-02-10 |
| Publicatiedatum | 2020-05-12 |
| Beoordeling | 4.82/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://sbis.ru |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sbis.ru |
| URL van de Privacybeleid Pagina | https://sbis.ru/privacy_policy_sbis |
| Ondersteunde Talen | 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"
]
} | |