ClipFlip

Camera & desktop recording

Apa itu ClipFlip?

ClipFlip adalah ekstensi Chrome yang dikembangkan oleh https://clipflip.com, dan fitur utamanya adalah "Camera & desktop recording".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ClipFlip

Unduh file ekstensi ClipFlip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama ClipFlip ClipFlip
ID bdaleddhigccnaobbdoanllgedjnndmb
URL Resmi https://chromewebstore.google.com/detail/clipflip/bdaleddhigccnaobbdoanllgedjnndmb
Deskripsi Camera & desktop recording
Ukuran File 355 KB
Jumlah Instalasi 77
Versi Saat Ini 2.5.6.49151
Terakhir Diperbarui 2024-03-02
Tanggal Publikasi 2023-12-14
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://clipflip.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.clipflip.com
URL Halaman Bantuan https://support.clipflip.com/
URL Halaman Kebijakan Privasi https://www.oncallcentral.com/legal/privacy-policy
Bahasa yang Didukung 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"
    ]
}