SBIS3 Call Recording
The extension will allow the participants of the conversation to record the call.
Τι είναι το SBIS3 Call Recording;
Το SBIS3 Call Recording είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sbis.ru, και η κύρια λειτουργία του είναι "The extension will allow the participants of the conversation to record the call.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SBIS3 Call Recording
Λήψη αρχείων επέκτασης SBIS3 Call Recording σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extension will allow the participants of the conversation to record the call
Βασικές Πληροφορίες Επέκτασης
Όνομα | SBIS3 Call Recording |
ID | pogljmkbjeopifdndihpcmblpemnnejj |
Επίσημο URL | 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" ] } |