ClipFlip

Camera & desktop recording

ClipFlip là gì?

ClipFlip là một tiện ích mở rộng Chrome được phát triển bởi https://clipflip.com, và tính năng chính của nó là "Camera & desktop recording".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClipFlip

Tải xuống các tệp mở rộng ClipFlip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ClipFlip: Record & Share Your Screen & Webcam

Start with a Free account! 

The Ultimate Video Tool for Sales, Marketing, Customer Service, and More

📹 Record Everything: Whether you want to capture your screen, use your camera, or both, ClipFlip has got you covered. Record your computer's sound or use your own microphone—the choice is yours.

💨 Quick Upload & Share: Say goodbye to complicated uploading processes. With just a few clicks, your video is ready to be shared far and wide.

📧Share videos seamlessly from ClipFlip: No need to worry about file size or storage space!

🎨 Brand-Centric Landing Page: Display your logo and colors on the video landing page to put your brand front and center.

🔗 Sharable Animated Preview Link: Get an animated preview link that can be shared via text, email, or on social media. Copy and paste the link anywhere, and you're good to go!

🎯 Custom Calls to Action: Guide your viewers to the next step—be it a webpage visit, a phone call, an email, or document download—with our customizable CTAs.

📝 Your Headlines & Descriptions: Add context to your videos with personalized headlines and descriptions.

🎞️ Perfect Trimming: Trim your videos to start and end exactly where you want them to, ensuring your message is spot-on.

💾 Download & Save: Keep your videos close. Download them to save on any of your devices.

📊 Insightful Metrics: Get real-time notifications and metrics when someone views and engages with your videos.

🤝 Team Collaboration: Share videos, settings, and folders across your organization or keep them unique to individual users.

Ideal For
*Sales Teams
*Marketers
*Customer Service Departments
*Corporate Teams
*Educators

👉 Speed up your communication and add depth to asynchronous conversations with ClipFlip. Start your 2-week free trial today!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClipFlip ClipFlip
ID bdaleddhigccnaobbdoanllgedjnndmb
URL Chính Thức https://chromewebstore.google.com/detail/clipflip/bdaleddhigccnaobbdoanllgedjnndmb
Mô tả Camera & desktop recording
Kích Thước Tệp 355 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 2.5.6.49151
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-12-14
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://clipflip.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.clipflip.com
URL Trang Trợ Giúp https://support.clipflip.com/
URL Trang Chính Sách Bảo Mật https://www.oncallcentral.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClipFlip",
    "description": "Camera & desktop recording",
    "version": "2.5.6.49151",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "allFrames": false,
            "js": [
                "injectable.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": ".\/icons\/icon128.png"
    },
    "permissions": [
        "",
        "storage",
        "tabs",
        "cookies",
        "desktopCapture",
        "tabCapture",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon16.png",
            "24": ".\/icons\/icon24.png",
            "32": ".\/icons\/icon32.png"
        }
    },
    "commands": {
        "pauseResumeRecording": {
            "suggested_key": {
                "default": "Shift+Ctrl+6",
                "mac": "Command+Shift+6"
            },
            "description": "Pause\/Resume recording",
            "global": true
        },
        "stopRecording": {
            "suggested_key": {
                "default": "Shift+Ctrl+7",
                "mac": "Command+Shift+7"
            },
            "description": "Stop&save recording",
            "global": true
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.stage.clipflip.com\/*",
            "https:\/\/app.clipflip.com\/*"
        ]
    },
    "web_accessible_resources": [
        "*",
        "*.css",
        "*.png"
    ]
}