SBIS3 Call Recording
The extension will allow the participants of the conversation to record the call.
Qu'est-ce que SBIS3 Call Recording ?
SBIS3 Call Recording est une extension Chrome développée par https://sbis.ru, et sa fonction principale est "The extension will allow the participants of the conversation to record the call.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SBIS3 Call Recording
Téléchargez les fichiers d'extension SBIS3 Call Recording au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension will allow the participants of the conversation to record the call
Informations de Base sur l'Extension
Nom | SBIS3 Call Recording |
ID | pogljmkbjeopifdndihpcmblpemnnejj |
URL Officiel | https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj |
Description | The extension will allow the participants of the conversation to record the call. |
Taille du Fichier | 55.29 KB |
Nombre d'Installations | 11,840 |
Version Actuelle | 24.1100.14 |
Dernière Mise à Jour | 2024-02-10 |
Date de Publication | 2020-05-12 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | https://sbis.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sbis.ru |
URL de la Page de Politique de Confidentialité | https://sbis.ru/privacy_policy_sbis |
Langues Prises en Charge | 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" ] } |