ClipFlip

Camera & desktop recording

ClipFlipคืออะไร?

ClipFlip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clipflip.com และคุณลักษณะหลักของมันคือ "Camera & desktop recording"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClipFlip

ดาวน์โหลดไฟล์ส่วนขยาย ClipFlip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}