Reprise Reveal

Reprise Reveal

¿Qué es Reprise Reveal?

Reprise Reveal es una extensión de Chrome desarrollada por getreprise.com, y su función principal es "Reprise Reveal".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reprise Reveal

Descarga archivos de extensión Reprise Reveal en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Reprise Reveal Reprise Reveal
ID bibefcidfhioffokkhkhnmdinilnbnff
URL Oficial https://chromewebstore.google.com/detail/reprise-reveal/bibefcidfhioffokkhkhnmdinilnbnff
Descripción Reprise Reveal
Tamaño del Archivo 959 KB
Cantidad de Instalaciones 292
Versión Actual 1.1.7 2.29.2024.8.45.53M
Última Actualización 2024-03-01
Fecha de Publicación 2023-10-02
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador getreprise.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.reprise.com
URL de la Página de Política de Privacidad https://www.reprise.com/privacy
Idiomas Soportados 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"
        }
    ]
}