Cincopa RecTrace

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

Hvad er Cincopa RecTrace?

Cincopa RecTrace er en Chrome-udvidelse udviklet af https://www.cincopa.com, og dens hovedfunktion er "Record your screen, cam or both at the same time. share your video with your audience.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Cincopa RecTrace-udvidelses-CRX-fil

Download Cincopa RecTrace-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Cincopa RecTrace Cincopa RecTrace
ID dgmoopeiaaembcbpngjcndibcejbhafg
Officiel URL https://chromewebstore.google.com/detail/cincopa-rectrace/dgmoopeiaaembcbpngjcndibcejbhafg
Beskrivelse Record your screen, cam or both at the same time. share your video with your audience.
Filstørrelse 534 KB
Antal Installationer 622
Nuværende Version 1.7.34
Senest Opdateret 2024-02-14
Udgivelsesdato 2020-06-02
Bedømmelse 3.50/5 Samlet 14 Bedømmelser
Udvikler https://www.cincopa.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.cincopa.com/rectrace/welcome
URL til Fortrolighedspolitik Side https://www.cincopa.com/privacy-policy
Understøttede Sprog 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'"
}