Consensus SNAP™

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

Was ist Consensus SNAP™?

Consensus SNAP™ ist eine Chrome-Erweiterung, die von Consensus entwickelt wurde, und ihr Hauptmerkmal ist "Record, Send, and Track instant webcam and screen recording video right inside Chrome".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Consensus SNAP™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Consensus SNAP™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Consensus SNAP™ Consensus SNAP™
ID nkipnpoebmbpljbmiijjnmkolichinpi
Offizielle URL https://chromewebstore.google.com/detail/consensus-snap/nkipnpoebmbpljbmiijjnmkolichinpi
Beschreibung Record, Send, and Track instant webcam and screen recording video right inside Chrome
Dateigröße 10.72 MB
Installationsanzahl 10,000
Aktuelle Version 5.0.12.2
Letztes Update 2023-12-14
Veröffentlichungsdatum 2020-05-13
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Consensus
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.goconsensus.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}