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.」です。
拡張機能のスクリーンショット
WEBX Recordings Controls Automator拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |