Cincopa RecTrace

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

Co to jest Cincopa RecTrace?

Cincopa RecTrace to rozszerzenie Chrome opracowane przez https://www.cincopa.com, a jego główną funkcją jest „Record your screen, cam or both at the same time. share your video with your audience.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cincopa RecTrace

Pobierz pliki rozszerzeń Cincopa RecTrace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Cincopa RecTrace Cincopa RecTrace
ID dgmoopeiaaembcbpngjcndibcejbhafg
Oficjalny URL https://chromewebstore.google.com/detail/cincopa-rectrace/dgmoopeiaaembcbpngjcndibcejbhafg
Opis Record your screen, cam or both at the same time. share your video with your audience.
Rozmiar pliku 534 KB
Liczba instalacji 622
Aktualna Wersja 1.7.34
Ostatnia Aktualizacja 2024-02-14
Data Publikacji 2020-06-02
Ocena 3.50/5 Łącznie 14 Oceny
Deweloper https://www.cincopa.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.cincopa.com/rectrace/welcome
Adres URL Strony Polityki Prywatności https://www.cincopa.com/privacy-policy
Obsługiwane Języki 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'"
}