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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}