Demoboost

Demo experience that sells. Easily create, share and track your demos.

Demoboostとは何ですか?

Demoboostはhttps://demoboost.comによって開発されたChromeの拡張機能で、その主な機能は「Demo experience that sells. Easily create, share and track your demos.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Demoboost拡張機能のCRXファイルをダウンロード

Demoboost拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Demoboost enables your team to easily create, share and track your product demos.

It enables you to:
✅ Personalize demos at scale, efficiently
✅ Delight your customers with interactive demos, in their hands
✅ Track & analyze leads and demos
✅ Always deliver, without bugs or lags

📖 HOW IT WORKS
1️⃣ Install the Chrome extension and log into your account *
2️⃣ Go to the web app, website etc. that you’d like to demo and capture it using the extension
3️⃣ Personalize the demo and create an engaging narration, in the Demoboost app
4️⃣ Share the demo with your prospects, customers - it will feel like the real product!
5️⃣ Track and analyze how your prospects/customers use the demo

* Not a Demoboost user yet? Head over to www.demoboost.com to chat with us about getting your team access.                    

拡張機能の基本情報

名前 Demoboost Demoboost
ID mnimohbklhpgahijekpedofakhjhfhgg
公式URL https://chromewebstore.google.com/detail/demoboost/mnimohbklhpgahijekpedofakhjhfhgg
説明 Demo experience that sells. Easily create, share and track your demos.
ファイルサイズ 737 KB
インストール数 490
現在のバージョン 2.4.4
最終更新日 2023-11-25
公開日 2021-09-22
評価 5.00/5 合計 9 レビュー
開発者 https://demoboost.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://demoboost.com
プライバシーポリシーページのURL https://demoboost.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Demoboost",
    "description": "Demo experience that sells. Easily create, share and track your demos.",
    "version": "2.4.4",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Demoboost"
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/chrome-browser-polyfill.js",
                "lib\/single-file-frames.js",
                "lib\/extension-frames.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/chrome-browser-polyfill.js",
                "lib\/single-file-bootstrap.js",
                "lib\/extension-core.js",
                "lib\/single-file.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": true,
            "persistent": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            ".\/static\/js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "lib\/web\/hooks\/hooks-web.js",
        "lib\/web\/hooks\/hooks-frames-web.js"
    ]
}