Reprise Reveal

Reprise Reveal

Что такое Reprise Reveal?

Reprise Reveal - это расширение Chrome, разработанное getreprise.com, и его основная функция - "Reprise Reveal".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Reprise Reveal

Скачайте файлы расширений Reprise Reveal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        }
    ]
}