SaaS Presenter Notes by Demo Gorilla

Demo your SaaS tool better with all your best points always at your fingertips.

SaaS Presenter Notes by Demo Gorillaคืออะไร?

SaaS Presenter Notes by Demo Gorilla เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://demogorilla.com และคุณลักษณะหลักของมันคือ "Demo your SaaS tool better with all your best points always at your fingertips."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SaaS Presenter Notes by Demo Gorilla

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

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

                        More impactful demos

Give your potential customers the dynamic, smooth, and insightful demos they deserve.

You only have a short window to make your case in a demo, maximize your impact with:

- Collateral that displays inline so you can tell & show without losing the flow
- Customize what slides you show or what talking points you have based on *who* you are presenting to
- Get access to content dynamically as you navigate across your feature set
- Keep all your content up to date, from competitive battlecards to new features
- Let us automatically take the notes for you, so you can focus on what you do best

Don’t fumble around with slideshows and kill your momentum — give ever prospect a custom demo experience to their needs.

What are people saying?
- Now you can move to the sale/upgrade more quickly never have to book a second call because “I don’t know the answer to that” - Senior Director, Customer Success
- “Every Account Executive wishes they could download the brain of an Sales Engineer so they could do the demo themselves” - Enterprise Account Executive
- “Sales Engineers get the customer to that aha moment” “Democratizing demo process” “This is awesome” - Enterprise Account Executive
- “I literally do this on my phone while I’m talking” - Account Executive

Great for:
- Sales Engineers, Customer Success Representatives and anyone who has to answer questions about a product with a lot of surface area to remember
- Account Executives who don’t want to wait for a Sales Engineer to give their demos
- Sales Enablement teams who want to ensure that sales teams are delivering the best talking points
- All sales folks who want to see their notes/anecdotes/battlecards live while they demo

Join great Sales Engineering teams across North America today [email protected]                    

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

ชื่อ SaaS Presenter Notes by Demo Gorilla SaaS Presenter Notes by Demo Gorilla
ID hlcpfmkohddogkbbgiobcodgdoofepke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/saas-presenter-notes-by-d/hlcpfmkohddogkbbgiobcodgdoofepke
คำอธิบาย Demo your SaaS tool better with all your best points always at your fingertips.
ขนาดไฟล์ 72.98 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 2.0.24
อัปเดตครั้งล่าสุด 2023-06-23
วันที่เผยแพร่ 2022-02-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://demogorilla.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.demogorilla.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "demogorillainject.bundle.js"
            ],
            "matches": [
                "https:\/\/app.demogorilla.com\/presenter\/*"
            ]
        },
        {
            "js": [
                "google_slides.bundle.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "dg_ruleset_1",
                "path": "rules_1.json"
            }
        ]
    },
    "description": "Demo your SaaS tool better with all your best points always at your fingertips.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.demogorilla.com\/*",
            "https:\/\/*.sentry.io\/*",
            "https:\/\/*.posthog.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/projector-16.png",
        "48": "icons\/projector-48.png",
        "128": "icons\/projector-128.png"
    },
    "manifest_version": 3,
    "name": "SaaS Presenter Notes by Demo Gorilla",
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "declarativeNetRequest",
        "debugger"
    ],
    "version": "2.0.24"
}