Consensus SNAP™

Record, Send, and Track instant webcam and screen recording video right inside Chrome

Apa itu Consensus SNAP™?

Consensus SNAP™ adalah ekstensi Chrome yang dikembangkan oleh Consensus, dan fitur utamanya adalah "Record, Send, and Track instant webcam and screen recording video right inside Chrome".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Consensus SNAP™

Unduh file ekstensi Consensus SNAP™ 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

                        This native Chrome app puts your Consensus interactive video demos instantly in your sales reps' work flow. Use from the toolbar to create links you can paste anywhere such as LinkedIN or Facebook, or use Consensus SNAP with direct integration inside Gmail. Create custom branded landing pages for prospects and customers (called DemoBoards) right from the browser. Create thumbnail, button, or text links. Set up team-based notifications so that SDRs, AEs, and SEs can all be notified when a key prospect and buying group begins engaging with or sharing your demo.
 
But don't stop there. Consensus SNAP allows your AEs and SEs to quickly Record, Send, and Track instant webcam and screen recording video right inside Chrome. Use these videos to create reusable libraries of video FAQ responses or create a tailored response to a prospect's burning question and track how they watch and share with others in the buying group.
 
With a simple click, anyone can create, send and track a custom video. Record your webcam and capture anything on your screen, such as PowerPoint, a sales proposal, or visually explain your software. Consensus Snap notifies you when your prospect watches or shares your video. Drill down and look at the heatmaps to see what they watched and rewatched.                    

Informasi Dasar Ekstensi

Nama Consensus SNAP™ Consensus SNAP™
ID nkipnpoebmbpljbmiijjnmkolichinpi
URL Resmi https://chromewebstore.google.com/detail/consensus-snap/nkipnpoebmbpljbmiijjnmkolichinpi
Deskripsi Record, Send, and Track instant webcam and screen recording video right inside Chrome
Ukuran File 10.72 MB
Jumlah Instalasi 10,000
Versi Saat Ini 5.0.12.2
Terakhir Diperbarui 2023-12-14
Tanggal Publikasi 2020-05-13
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Consensus
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.goconsensus.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.0.12.2",
    "version_name": "5.0.12.2",
    "name": "Consensus SNAP\u2122",
    "short_name": "Consensus SNAP\u2122",
    "description": "Record, Send, and Track instant webcam and screen recording video right inside Chrome",
    "homepage_url": "https:\/\/www.goconsensus.com",
    "action": {
        "default_icon": "app\/icon-128.png",
        "default_title": "Consensus SNAP\u2122"
    },
    "icons": {
        "16": "app\/icon-16.png",
        "48": "app\/icon-48.png",
        "128": "app\/icon-128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications",
        "background",
        "cookies",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.goconsensus.com\/",
        "*:\/\/*.cloudfront.net\/",
        "*:\/\/*.amazonaws.com\/",
        "*:\/\/*.kaltura.com\/",
        "https:\/\/mail.google.com\/",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                ".\/gmailInjector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.goconsensus.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; camera 'self'; microphone 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app.html",
                "videoEditor.html",
                "keepAlive.js",
                "keepAlive.html",
                "gmail\/c16.png",
                "gmail\/c48.png",
                "gmail\/plus.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}