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은(는) https://www.andreacarpi.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WEBX Recordings Controls Automator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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