Reprise Reveal

Reprise Reveal

Reprise Reveal क्या है?

Reprise Reveal getreprise.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reprise Reveal"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Reprise Reveal turns your demo environment into the perfect pitch on any call. Easily customize your live application through a no-code extension. 

Here’s how it works:

Create Verticalized, Customized Demos in Minutes
Free your SEs from endless hours of demo creation. Reprise Reveal lets you create and templatize overlays that can be applied to your existing demo environment with just a click, giving sales teams an on-demand library of personalized demos for each product, use case, vertical, and more. 

Show Product Value From the First Interaction
Enable sales teams to give successful demos at any point in the buyer journey, even when SEs aren’t on the call. 

Demo Your Real, Authentic Product 
Reveal sits on top of your trusted environment for an authentic buying experience. With a Reveal demo, reps can click anywhere - your native product just works.                    

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

नाम Reprise Reveal Reprise Reveal
ID bibefcidfhioffokkhkhnmdinilnbnff
आधिकारिक URL https://chromewebstore.google.com/detail/reprise-reveal/bibefcidfhioffokkhkhnmdinilnbnff
विवरण Reprise Reveal
फ़ाइल का आकार 959 KB
स्थापना संख्या 292
वर्तमान संस्करण 1.1.7 2.29.2024.8.45.53M
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2023-10-02
रेटिंग 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 Reveal",
    "version": "1.1.7",
    "version_name": "1.1.7 2.29.2024.8.45.53M",
    "manifest_version": 3,
    "description": "Reprise Reveal",
    "homepage_url": "https:\/\/reprise.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Reprise Reveal"
    },
    "permissions": [
        "activeTab",
        "storage",
        "management",
        "cookies",
        "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": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "styles.css",
                "utils\/third-party\/pendo.min.js",
                "main-iframe\/iframe_content.html",
                "utils\/third-party\/reprise_highcharts.js",
                "dom_access.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "store_sync-61bac4ac.js",
                "maestro_backend_host-54e9f4cb.js",
                "websocket-e0209445.js",
                "page.ts-8814a478.js",
                "store_sync.css",
                "frame.ts-ab37ee5e.js",
                "detect.ts-056e6d87.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "page.ts-loader.js"
            ],
            "all_frames": false,
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "frame.ts-loader.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "detect.ts-loader.js"
            ],
            "all_frames": false,
            "match_about_blank": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}