Rough Cuts

Screen recording for SAAS - sales, support and product demos

Apa itu Rough Cuts?

Rough Cuts adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Screen recording for SAAS - sales, support and product demos".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Rough Cuts

Unduh file ekstensi Rough Cuts 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

                        Rough Cuts is the screen recorder for SAAS companies.

🎬 Designed for SAAS!

Designed for product demos, personalised sales pitches and help articles.
Rough Cuts is a fantastic tool for any SAAS company.

✔ Capture video and audio
✔ Add your logo and branding
✔ Embed your webcam on any page
✔ Control the webcam with keyboard shortcuts
✔ Automatic transcription
✔ Trigger a webhook whenever you create a new video

🔥 Supercharge with Webhooks!

Connect Rough cuts to Zapier (or your own APIs) to automatically:

✔ Email your video directly to a customer - great for support
✔ Draft a blog article or help document with the video and transcript
✔ Update your CRM with a custom sales pitch
✔ Notify your team on Slack
✔ Upload your video to YouTube
✔ Save your video to Google Drive, Dropbox, S3 etc.
✔ Translate your spoken content into other languages
✔ Splice a custom intro into a pre-made sales pitch

👍 Optimised for easy use

✔ Record multiple videos in one session
✔ Keyboard shortcuts to start and stop recording
✔ Fewer annoying popups than other screen recording apps

💡 Specs

✔ Videos are recorded with WebM using the best codecs - VP9 Video and Vorbis Audio
✔ Videos are saved to your local disk and uploaded to the cloud
✔ Uploaded videos are automatically transcribed (ie: speech to text)

☝️ Rough Cuts is being used to...

✔ Send bespoke sales videos for high-touch sales
✔ Create help articles with video and text
✔ Draft articles in multiple languages - in one go!
✔ Reply to support requests with demo videos
✔ Create explainer videos and demos for inbound leads
✔ Capture user-experiences with webcam - facial expressions tell a great story!
✔ Request video feedback for bugs
✔ Practice sales-pitches between team members
✔ Record online courses                    

Informasi Dasar Ekstensi

Nama Rough Cuts Rough Cuts
ID feijinmgepdjpebmdhonpecpgahffnng
URL Resmi https://chromewebstore.google.com/detail/rough-cuts/feijinmgepdjpebmdhonpecpgahffnng
Deskripsi Screen recording for SAAS - sales, support and product demos
Ukuran File 792 KB
Jumlah Instalasi 17
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2019-04-07
Tanggal Publikasi 2019-04-06
Pengembang [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rough Cuts",
    "description": "Screen recording for SAAS - sales, support and product demos",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqn53lqB9xbitCdF1GQJqgKA5efG865n3p4tCUPqxfowu541XzHkReCum7W31jg8Iqfxbg6VFhJJsCaiqyBhhofQiTMMAIfio8LjgTK45T4SVFrlk5xkutGNus16dYYGxECu7G1snJCAM07MKKCqM3QKL6ZXES\/1+BlInxkTgDfBBY6xUE3v\/dVvotTn2rx2F+Kl\/MklEfRaakN\/JcCm+dTXZeSRgUpS64c4XEUF1bc1cnwvEwJJ+nWhmmiAnR95k4QFwyyHtdWTbyOt1EokuKG+tZMU8Qeq+Xd6uw8nMY3oV0tEVuoPjifI6G2ZzO4d3cXn+dAJOYnkeSGdcCBMfuQIDAQAB",
    "version": "0.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "72",
    "permissions": [
        "tabs",
        "identity",
        "desktopCapture"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "app\/firebase\/5.8.6\/firebase-app.js",
            "app\/firebase\/5.8.6\/firebase-auth.js",
            "app\/firebase\/5.8.6\/firebase-firestore.js",
            "app\/firebase\/5.8.6\/firebase-storage.js",
            "app\/firebase\/config.js",
            "app\/_js\/preferences.service.js",
            "app\/background\/state.js",
            "app\/background\/uploads.js",
            "app\/background\/auth.js",
            "app\/background\/getDesktopVideoStream.js",
            "app\/background\/getAudioInputStream.js",
            "app\/background\/webcam.js",
            "app\/background\/background.js",
            "app\/background\/exit.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "app\/content\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_popup": "app\/popup\/popup.html",
        "default_title": "Rough Cuts",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "533413422482-mcr9lmda2bfo1vfq8ve5afhi874semi4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        "app\/_img\/*",
        "app\/content\/markup.html",
        "app\/content\/iframe.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.oodavid.com\/*"
        ]
    },
    "commands": {
        "start_stop": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Start \/ Stop"
        },
        "show_webcam_thumbnail": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Show a thumbnail webcam"
        },
        "show_webcam_talking_head": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Show a talking-head webcam"
        },
        "hide_webcam": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Hide the webcam"
        }
    }
}