ClipFlip

Camera & desktop recording

ClipFlip란 무엇입니까?

ClipFlip은(는) https://clipflip.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Camera & desktop recording"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ClipFlip 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 ClipFlip ClipFlip
ID bdaleddhigccnaobbdoanllgedjnndmb
공식 URL https://chromewebstore.google.com/detail/clipflip/bdaleddhigccnaobbdoanllgedjnndmb
설명 Camera & desktop recording
파일 크기 355 KB
설치 횟수 77
현재 버전 2.5.6.49151
최근 업데이트 2024-03-02
출시 날짜 2023-12-14
평점 5.00/5 총 7 개의 평점
개발자 https://clipflip.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.clipflip.com
도움말 페이지 URL https://support.clipflip.com/
개인정보 보호 정책 페이지 URL https://www.oncallcentral.com/legal/privacy-policy
지원되는 언어 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"
    ]
}