WEBX Recordings Controls Automator
Use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows.
What is WEBX Recordings Controls Automator?
WEBX Recordings Controls Automator is a Chrome extension developed by https://www.andreacarpi.it, and its main feature is "Use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows.".
Extension Screenshots
Download WEBX Recordings Controls Automator Extension CRX File
Download WEBX Recordings Controls Automator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | WEBX Recordings Controls Automator |
ID | lgkgpifjihgnoknjpnnldhhenefjpadi |
Official URL | https://chromewebstore.google.com/detail/webx-recordings-controls/lgkgpifjihgnoknjpnnldhhenefjpadi |
Description | Use your keyboard inputs to pause/play your meeting recording, forward 10 seconds or backward 10 seconds using arrows. |
File Size | 99.17 KB |
Installation Count | 7,426 |
Current Version | 5.0.1 |
Last Updated | 2022-06-05 |
Publish Date | 2021-03-08 |
Rating | 5.00/5 Total 91 Ratings |
Developer | https://www.andreacarpi.it |
[email protected] | |
Payment Type | free |
Extension Website | https://www.andreacarpi.it/webx-recordings-controls/ |
Privacy Policy Page URL | https://www.andreacarpi.it/legal |
Supported Languages | 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" } } |