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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |