SBIS3 Call Recording
The extension will allow the participants of the conversation to record the call.
Vad är SBIS3 Call Recording?
SBIS3 Call Recording är en Chrome-tillägg utvecklad av https://sbis.ru, och dess huvudfunktion är "The extension will allow the participants of the conversation to record the call.".
Tilläggsskärmbilder
Ladda ner SBIS3 Call Recording-förlängningens CRX-fil
Ladda ner SBIS3 Call Recording-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension will allow the participants of the conversation to record the call Grundläggande Information om Tillägg
| Namn | |
| ID | pogljmkbjeopifdndihpcmblpemnnejj |
| Officiell webbadress | https://chromewebstore.google.com/detail/sbis3-call-recording/pogljmkbjeopifdndihpcmblpemnnejj |
| Beskrivning | The extension will allow the participants of the conversation to record the call. |
| Filstorlek | 55.29 KB |
| Antal Installationer | 11,840 |
| Aktuell Version | 24.1100.14 |
| Senast Uppdaterad | 2024-02-10 |
| Publiceringsdatum | 2020-05-12 |
| Betyg | 4.82/5 Totalt 11 Betyg |
| Utvecklare | https://sbis.ru |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://sbis.ru |
| URL till Sekretesspolicy Sidan | https://sbis.ru/privacy_policy_sbis |
| Stödda Språk | 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"
]
} | |