Demoboost

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

Τι είναι το Demoboost;

Το Demoboost είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://demoboost.com, και η κύρια λειτουργία του είναι "Demo experience that sells. Easily create, share and track your demos.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Demoboost

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}