Demoleap

Experience the power of Real-Time Guided Selling and drive your team to success

Demoleapคืออะไร?

Demoleap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://demoleap.com และคุณลักษณะหลักของมันคือ "Experience the power of Real-Time Guided Selling and drive your team to success"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Demoleap

ดาวน์โหลดไฟล์ส่วนขยาย Demoleap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Demoleap's real-time sales playbooks reinforce winning behaviors and eliminate cognitive burnout effects on your sellers' performance.
Our five-star solution combines product and verbal cues to surface knowledge that helps your sellers run the perfect qualification, discovery, and live demo calls. Demoleap guides your sellers on what to do, say, and show in real-time.

✔️ Transform sales scripts into real-time sales playbooks.
Replicate winning plays with our real-time smart assistant to deliver amazing sales and demo calls consistently.
> 25% Increase in win rates by lifting B&C players to apply and execute best practices.

✔️ Navigate confidently through conversation pivots.
Get the help you need no matter which direction the customer pulls you.
> 50% Faster confidence gain for sellers.

✔️ Have all you need for a successful meeting.
Run the entire meeting, from discovery and slides to product demos, all in one place.
> 75% More knowledge retention than training.

✔️ Keep your CRM up-to-date.
Seamlessly pass the demo flow and notes to your chosen CRM without wasting time entering data.
> 60% Less CRM administration.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Demoleap Demoleap
ID cdmjgidjhcgkopcnhliickfacilmkjap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/demoleap/cdmjgidjhcgkopcnhliickfacilmkjap
คำอธิบาย Experience the power of Real-Time Guided Selling and drive your team to success
ขนาดไฟล์ 7.18 MB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.8.1.6
อัปเดตครั้งล่าสุด 2024-01-07
วันที่เผยแพร่ 2020-04-09
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://demoleap.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.demoleap.com
URL หน้าช่วยเหลือ https://help.demoleap.com
URL หน้านโยบายความเป็นส่วนตัว https://api.demoleap.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Demoleap",
    "version": "1.8.1.6",
    "description": "Experience the power of Real-Time Guided Selling and drive your team to success",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "webNavigation",
        "system.display",
        "clipboardRead"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/*.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content-scripts\/google_slides_retrieve_viewer_data.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.demoleap.com\/*",
            "*:\/\/*.demoleaplabs.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/google_calendar.js",
                "content-scripts\/google_calendar_demoleap_launcher.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.my.salesforce.com\/*"
            ],
            "all_frames": false,
            "js": [
                "content-scripts\/salesforce.js"
            ]
        },
        {
            "matches": [
                "*:\/\/dashboard.demoleap.com\/*",
                "*:\/\/*.dashboard.demoleap.com\/*",
                "*:\/\/*.demoleaplabs.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/dashboard-settings.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.getreprise.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/player_recorder.js"
            ],
            "match_origin_as_fallback": true
        }
    ],
    "commands": {
        "play-next": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Play next action"
        },
        "play-previous": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            },
            "description": "Play previous action"
        },
        "record": {
            "suggested_key": {
                "windows": "Ctrl+Shift+C",
                "mac": "Command+Shift+C"
            },
            "description": "Capture click path"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "manifest_version": 3
}