Cincopa RecTrace

Record your screen, cam or both at the same time. share your video with your audience.

What is Cincopa RecTrace?

Cincopa RecTrace is a Chrome extension developed by https://www.cincopa.com, and its main feature is "Record your screen, cam or both at the same time. share your video with your audience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cincopa RecTrace Extension CRX File

Download Cincopa RecTrace 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

                        RecTrace is an easy-to-use video screen recorder for Chrome. 
From the house of Cincopa, a leading multimedia hosting company, RecTrace extension allows you to capture video from your screen, record your voice and webcam video. All of that is available in a single click from Google Chrome browser!

With RecTrace you can easily record any screen - with or without sound, and add your voice if needed. Upload ready screen video to Cincopa, where it can be stored and shared publicly or privately. Advanced video analytics allows to track video performance and get detailed insights about video viewers. 

Not a Cincopa user? 
Don’t worry. You can still use RecTrace. Your video will be uploaded to a feed and you will get a sharing page, to share the video with anyone online via direct link. You’ll be able to upgrade to a full Cincopa account anytime whenever you want to experience advanced multimedia hosting and management. 

RecTrace Features:
- Record screen, webcam video, and voice
- Upload video
- Share video via a direct URL 
- View detailed video analytics 
- No expiration - your video will remain available for sharing 
- Playback on Mobile and desktop. RecTrace will optimize your video for a flawless playback on any device
 - Look great on any screen.

Use RecTrace for:
Sales - engage your customers by showcasing your product/service features and motivating them to make a purchase.

Support - share interactive video how-tos and step-by-step guides, provide a user-friendly customer service and keep your clients happy.

Marketers - create and share recordings, webinars, presentations, demos, or anything that matters for promoting your business.

Development teams - collaborate within your team more effectively by exchanging perfectly visualized guides and reports.

Designers - capture live user experience, add feedback including facial movement and voice comments. 

Education and training - create and share rich-media presentations, demos, webinars. And more. Integrate recorded videos with your LMS platform using Cincopa. 

Read more: 
https://www.cincopa.com/blog/record-and-share-video-from-your-screen-using-rectrace-chrome-extension/                    

Extension Basic Information

Name Cincopa RecTrace Cincopa RecTrace
ID dgmoopeiaaembcbpngjcndibcejbhafg
Official URL https://chromewebstore.google.com/detail/cincopa-rectrace/dgmoopeiaaembcbpngjcndibcejbhafg
Description Record your screen, cam or both at the same time. share your video with your audience.
File Size 534 KB
Installation Count 622
Current Version 1.7.34
Last Updated 2024-02-14
Publish Date 2020-06-02
Rating 3.50/5 Total 14 Ratings
Developer https://www.cincopa.com
Email [email protected]
Payment Type free
Extension Website https://www.cincopa.com/rectrace/welcome
Privacy Policy Page URL https://www.cincopa.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cincopa RecTrace",
    "short_name": "Screen, Webcam and Mic",
    "description": "Record your screen, cam or both at the same time. share your video with your audience.",
    "version": "1.7.34",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "Cincopa RecTrace - Easy to use Screen and Webcam Recorder"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            }
        }
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/DetectRTC.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/inject.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/inboxsdk.js",
                "js\/gmailContent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cincopa.com\/*"
        ]
    },
    "icons": {
        "16": "img\/logo_16.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "desktopCapture",
        "notifications",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "*.html",
        "*.ttf",
        "*.woff",
        "*.js",
        "*.css",
        "*.png",
        "\/main.css",
        "\/inject.js",
        "\/content.js",
        "\/removeHtml.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}