Reprise Reveal

Reprise Reveal

Co to jest Reprise Reveal?

Reprise Reveal to rozszerzenie Chrome opracowane przez getreprise.com, a jego główną funkcją jest „Reprise Reveal”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Reprise Reveal

Pobierz pliki rozszerzeń Reprise Reveal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reprise Reveal Reprise Reveal
ID bibefcidfhioffokkhkhnmdinilnbnff
Oficjalny URL https://chromewebstore.google.com/detail/reprise-reveal/bibefcidfhioffokkhkhnmdinilnbnff
Opis Reprise Reveal
Rozmiar pliku 959 KB
Liczba instalacji 292
Aktualna Wersja 1.1.7 2.29.2024.8.45.53M
Ostatnia Aktualizacja 2024-03-01
Data Publikacji 2023-10-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper getreprise.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.reprise.com
Adres URL Strony Polityki Prywatności https://www.reprise.com/privacy
Obsługiwane Języki 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"
        }
    ]
}