Cincopa RecTrace

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

ما هو Cincopa RecTrace؟

Cincopa RecTrace هو إضافة Chrome تم تطويرها بواسطة https://www.cincopa.com، والميزة الرئيسية لها هي "Record your screen, cam or both at the same time. share your video with your audience.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cincopa RecTrace

قم بتنزيل ملفات الامتداد Cincopa RecTrace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/                    

معلومات أساسية عن التمديد

الاسم Cincopa RecTrace Cincopa RecTrace
ID dgmoopeiaaembcbpngjcndibcejbhafg
عنوان URL الرسمي https://chromewebstore.google.com/detail/cincopa-rectrace/dgmoopeiaaembcbpngjcndibcejbhafg
الوصف Record your screen, cam or both at the same time. share your video with your audience.
حجم الملف 534 KB
عدد التثبيتات 622
النسخة الحالية 1.7.34
آخر تحديث 2024-02-14
تاريخ النشر 2020-06-02
تقييم 3.50/5 مجموع تقييمات 14
المطور https://www.cincopa.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.cincopa.com/rectrace/welcome
عنوان صفحة سياسة الخصوصية https://www.cincopa.com/privacy-policy
اللغات المدعومة 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'"
}