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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}