Demo Automation by Vivun®

Capture your product flow to automate your best demos with a few quick clicks.

Co je Demo Automation by Vivun®?

Demo Automation by Vivun® je rozšíření Chrome vyvinuté Vivun Inc., a jeho hlavní funkcí je „Capture your product flow to automate your best demos with a few quick clicks.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Demo Automation by Vivun®

Stáhněte si soubory rozšíření Demo Automation by Vivun® ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Massively scale your demo capabilities without having to hire more. Create personalized, fully interactive demos for your prospects.

Free Up Time
Say goodbye to cloning sandbox environments, importing fake data, and tedious demo capture tools. Emulate your product in seconds.

Personalize Your Demo
Tell your solution’s story in minutes. Customize the flow, content, and data. No coding required – just point, click and edit.

Convert Buyers Faster
When buyers get hands on with your product on their own terms and time, they enter into your sales cycle ready to take the next steps.

Get Multi-Threaded
Share personalized demos with everyone, and arm champions with the resources they need to sell internally.                    

Základní Informace o Rozšíření

Název Demo Automation by Vivun® Demo Automation by Vivun®
ID gkapdnhblaempnjllpfkenifmkgbemjg
Oficiální URL https://chromewebstore.google.com/detail/demo-automation-by-vivun%C2%AE/gkapdnhblaempnjllpfkenifmkgbemjg
Popis Capture your product flow to automate your best demos with a few quick clicks.
Velikost souboru 1.59 MB
Počet instalací 140
Aktuální Verze 4.53.0
Poslední Aktualizace 2024-02-26
Datum Vydání 2023-03-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Vivun Inc.
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.vivun.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Demo Automation by Vivun\u00ae",
    "version": "4.53.0",
    "description": "Capture your product flow to automate your best demos with a few quick clicks.",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmdYss3cxqUuMbDW3R8bal4u9djcsbfgRNY7Oi+Iabn8NLi5YedgOsH\/D2XpdUnM0wdYE9fSTKnbu0+KmGiqCfV\/2Bxw0vjztAhAFED49coR3MIkrJp5AasaAOVOBdo66KtS+stC+3MxUN7ZTaywu14UXaFrwaXCO+8yW3Kx21iGxjexNV2YJ2gWj1Z7kjsrqLSRYh44KsasqRHlm6k6wZ55x4z+\/5WDEXLz2o0GZd3\/hdULyrVfvTzFyWGjDQymhYBxW534+UvM50xAY04zWC5BIXIXK8JHaB8yi7de2UdY9lAo1lRnAD5CCzZ\/2uZX\/AkrGMdLtpAV9pG1DBgVGSQIDAQAB",
    "externally_connectable": {
        "matches": [
            "https:\/\/revel.local.vivun.com\/*",
            "https:\/\/app.dev.revel.vivun.com\/*",
            "https:\/\/app.stage.revel.vivun.com\/*",
            "https:\/\/app.revel.vivun.com\/*"
        ]
    },
    "action": {
        "default_title": "Demo Automation by Vivun\u00ae",
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "cookies"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "\/capture.bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "\/frames.bundle.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/overrides.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src-elem 'self' https:\/\/cdn.pendo.io; default-src 'self'; frame-src https:\/\/vivun-dev.us.auth0.com https:\/\/vivun-stage.us.auth0.com https:\/\/vivun-prod.us.auth0.com; base-uri 'self';object-src 'none';font-src 'self' https:\/\/fonts.gstatic.com;form-action 'self';connect-src *;frame-ancestors 'self';style-src 'self' 'unsafe-inline';img-src 'self' data:;script-src-attr 'none';report-uri https:\/\/o332346.ingest.sentry.io\/api\/6536956\/security\/?sentry_key=c91665caddd74db98d312297fb80ef1e;upgrade-insecure-requests"
    }
}