Consensus SNAP™

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

¿Qué es Consensus SNAP™?

Consensus SNAP™ es una extensión de Chrome desarrollada por Consensus, y su función principal es "Record, Send, and Track instant webcam and screen recording video right inside Chrome".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Consensus SNAP™

Descarga archivos de extensión Consensus SNAP™ 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

                        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.                    

Información Básica de la Extensión

Nombre Consensus SNAP™ Consensus SNAP™
ID nkipnpoebmbpljbmiijjnmkolichinpi
URL Oficial https://chromewebstore.google.com/detail/consensus-snap/nkipnpoebmbpljbmiijjnmkolichinpi
Descripción Record, Send, and Track instant webcam and screen recording video right inside Chrome
Tamaño del Archivo 10.72 MB
Cantidad de Instalaciones 10,000
Versión Actual 5.0.12.2
Última Actualización 2023-12-14
Fecha de Publicación 2020-05-13
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Consensus
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.goconsensus.com/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}