WEBX Recordings Controls Automator

Use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows.

WEBX Recordings Controls Automatorคืออะไร?

WEBX Recordings Controls Automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.andreacarpi.it และคุณลักษณะหลักของมันคือ "Use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WEBX Recordings Controls Automator

ดาวน์โหลดไฟล์ส่วนขยาย WEBX Recordings Controls Automator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        After the latest Webex Upgrade some extension features have been put in hold!

DISCLAIMER:

This extension allows you to use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows. Use arrow up/arrow down to speed up/slow down the recording and press "f" to open the full-screen viewer. Press "c" to open/close the chat. Press "p" to open/close the participants panel.

Designed for Cisco Webex online recordings video player.

All trademarks belong to their respective owners                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WEBX Recordings Controls Automator WEBX Recordings Controls Automator
ID lgkgpifjihgnoknjpnnldhhenefjpadi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webx-recordings-controls/lgkgpifjihgnoknjpnnldhhenefjpadi
คำอธิบาย Use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows.
ขนาดไฟล์ 99.17 KB
จำนวนการติดตั้ง 7,426
เวอร์ชันปัจจุบัน 5.0.1
อัปเดตครั้งล่าสุด 2022-06-05
วันที่เผยแพร่ 2021-03-08
คะแนน 5.00/5 รวมทั้งหมด 91 คะแนน
ผู้พัฒนา https://www.andreacarpi.it
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.andreacarpi.it/webx-recordings-controls/
URL หน้านโยบายความเป็นส่วนตัว https://www.andreacarpi.it/legal
ภาษาที่รองรับ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WEBX Recordings Controls Automator",
    "description": "Use your keyboard inputs to pause\/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows.",
    "version": "5.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.webex.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.custom.min.js",
                "bililiteRange.js",
                "jquery.simulate.js",
                "jquery.simulate.ext.js",
                "jquery.simulate.drag-n-drop.js",
                "raphael-min.js",
                "content.js",
                "ui.js"
            ]
        }
    ],
    "default_locale": "it",
    "homepage_url": "https:\/\/www.andreacarpi.it\/",
    "browser_action": {
        "default_title": "__MSG_defaultTitle__",
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "24": "assets\/images\/icon24.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    }
}