Consensus SNAP™

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

Consensus SNAP™ क्या है?

Consensus SNAP™ Consensus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record, Send, and Track instant webcam and screen recording video right inside Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Consensus SNAP™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Consensus SNAP™ Consensus SNAP™
ID nkipnpoebmbpljbmiijjnmkolichinpi
आधिकारिक URL https://chromewebstore.google.com/detail/consensus-snap/nkipnpoebmbpljbmiijjnmkolichinpi
विवरण Record, Send, and Track instant webcam and screen recording video right inside Chrome
फ़ाइल का आकार 10.72 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 5.0.12.2
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2020-05-13
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Consensus
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.goconsensus.com/privacy-policy
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}