ClipFlip

Camera & desktop recording

¿Qué es ClipFlip?

ClipFlip es una extensión de Chrome desarrollada por https://clipflip.com, y su función principal es "Camera & desktop recording".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ClipFlip

Descarga archivos de extensión ClipFlip en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre ClipFlip ClipFlip
ID bdaleddhigccnaobbdoanllgedjnndmb
URL Oficial https://chromewebstore.google.com/detail/clipflip/bdaleddhigccnaobbdoanllgedjnndmb
Descripción Camera & desktop recording
Tamaño del Archivo 355 KB
Cantidad de Instalaciones 77
Versión Actual 2.5.6.49151
Última Actualización 2024-03-02
Fecha de Publicación 2023-12-14
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://clipflip.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.clipflip.com
URL de la Página de Ayuda https://support.clipflip.com/
URL de la Página de Política de Privacidad https://www.oncallcentral.com/legal/privacy-policy
Idiomas Soportados 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"
    ]
}