RTC Recorder
Remote Tele-Conference web page Recorder
What is RTC Recorder?
RTC Recorder is a Chrome extension developed by RTC, and its main feature is "Remote Tele-Conference web page Recorder".
Extension Screenshots
Download RTC Recorder Extension CRX File
Download RTC Recorder 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
This extension is to use with RTC web pages. Recommended Only to use with RTC web pages.
Extension Basic Information
Name | |
ID | ikcefcbjpchhfldeehmjolacomjbelii |
Official URL | https://chrome.google.com/webstore/detail/rtc-recorder/ikcefcbjpchhfldeehmjolacomjbelii |
Description | Remote Tele-Conference web page Recorder |
File Size | 354 KB |
Installation Count | 154 |
Current Version | 3.3 |
Last Updated | 2015-02-10 |
Publish Date | 2015-02-10 |
Rating | 1.00/5 Total 1 Ratings |
Developer | RTC |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Recorder", "version": "3.3", "manifest_version": 2, "description": "Remote Tele-Conference web page Recorder", "background": { "scripts": [ "tab-capturing.js", "RecordRTC.js", "screenshot.js", "FileSaver.js" ] }, "browser_action": { "default_icon": "images\/tabCapture22.png", "default_title": "RTC Recorder " }, "icons": { "16": "images\/tabCapture16.png", "22": "images\/tabCapture22.png", "32": "images\/tabCapture32.png", "48": "images\/tabCapture48.png", "128": "images\/tabCapture128.png" }, "permissions": [ "tabCapture", "activeTab", "contextMenus", "tabs" ], "web_accessible_resources": [ "images\/tabCapture48.png" ] } |