SBIS3 Call Recording

The extension will allow the participants of the conversation to record the call.

SBIS3 Call Recording क्या है?

SBIS3 Call Recording https://sbis.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension will allow the participants of the conversation to record the call."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SBIS3 Call Recording एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension will allow the participants of the conversation to record the call                    

एक्सटेंशन की मूल जानकारी

नाम SBIS3 Call Recording 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"
    ]
}