Cincopa RecTrace

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

什麼是Cincopa RecTrace?

Cincopa RecTrace是由https://www.cincopa.com開發的Chrome擴展程式,該擴展的主要功能是“Record your screen, cam or both at the same time. share your video with your audience.”。

擴展截圖

screenshot
screenshot
screenshot

下載Cincopa RecTrace擴展crx文件

下載Cincopa RecTrace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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'"
}