Reprise Product Capture

A companion app to https://reprise.com/

Reprise Product Capture क्या है?

Reprise Product Capture getreprise.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A companion app to https://reprise.com/"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enable people to experience the power and feeling of using your product through interactive demos.

Reprise (getreprise.com) is a demo creation platform that allows you to easily clone and customize any screen or sequence of screens within your browser-based software application - no coding required.

Reprise Product Capture is the companion Chrome Extension for Reprise (getreprise.com) that captures and clones the screen(s) - so that you can easily customize them to create interactive demos.

Sales and marketing teams at companies like Cloudera, Gainsight, Outreach, and Pendo use Reprise to power their product-led growth.

Reprise for Marketing - drive growth with product-qualified leads
Curate and customize product tours for people to click through and discover "wow" moments.

Reprise for Sales - accelerate sales with customized demos
Share your product’s “wow” moments with prospects on calls and leave behind interactive demos so they can share those moments with others.

Here are the three steps to set up Reprise:
1. Add the Reprise Product Capture Chrome Extension to your Chrome browser
2. Pin it to your browser for easy access
3. Log in to your Reprise account through the extension or the app

When you want to create your first Replay using the Reprise Product Capture:
1. Open your website or application in your Chrome browser
2. Click the Reprise Recorder icon in your browser navigation bar
3. Click the Get Started button
4. Name your Replay
5. At the bottom of the screen, select "Capture" to capture screens                    

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

नाम Reprise Product Capture Reprise Product Capture
ID nnoknbhinidmlidfbhcikejmpfdlbpnj
आधिकारिक URL https://chromewebstore.google.com/detail/reprise-product-capture/nnoknbhinidmlidfbhcikejmpfdlbpnj
विवरण A companion app to https://reprise.com/
फ़ाइल का आकार 805 KB
स्थापना संख्या 2,295
वर्तमान संस्करण 5.0.20 11.21.2023.10.44.33M
अंतिम अपडेट 2023-11-30
प्रकाशन तिथि 2021-07-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर getreprise.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.reprise.com
गोपनीयता नीति पृष्ठ URL https://www.reprise.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reprise Product Capture",
    "version": "5.0.20",
    "version_name": "5.0.20 11.21.2023.10.44.33M",
    "manifest_version": 3,
    "description": "A companion app to https:\/\/reprise.com\/",
    "homepage_url": "https:\/\/reprise.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Reprise Product Capture",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "storage",
        "management",
        "cookies",
        "debugger",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/login.getreprise.com\/",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'sha256-USemta+v1bzB+c0moeKagBQiDcwA0ZJczvFb9krvE2Y=' 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pendo.js",
                "styles.css",
                "pendo.min.js",
                "highcharts.js",
                "icons\/code_download.gif"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "capture_page": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Capture current page."
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "page.js"
            ]
        },
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "iframes.js"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "pendo.min.js"
            ],
            "run_at": "document_idle"
        }
    ]
}