Consensus SNAP™

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

Wat is Consensus SNAP™?

Consensus SNAP™ is een Chrome-extensie ontwikkeld door Consensus, en de belangrijkste functie is "Record, Send, and Track instant webcam and screen recording video right inside Chrome".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Consensus SNAP™

Download Consensus SNAP™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Consensus SNAP™ Consensus SNAP™
ID nkipnpoebmbpljbmiijjnmkolichinpi
Officiële URL https://chromewebstore.google.com/detail/consensus-snap/nkipnpoebmbpljbmiijjnmkolichinpi
Beschrijving Record, Send, and Track instant webcam and screen recording video right inside Chrome
Bestandsgrootte 10.72 MB
Aantal Installaties 10,000
Huidige Versie 5.0.12.2
Laatst Bijgewerkt 2023-12-14
Publicatiedatum 2020-05-13
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Consensus
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.goconsensus.com/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}