Demo Automation by Vivun®

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

O que é Demo Automation by Vivun®?

Demo Automation by Vivun® é uma extensão do Chrome desenvolvida por Vivun Inc., e sua principal característica é "Capture your product flow to automate your best demos with a few quick clicks.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Demo Automation by Vivun®

Baixe arquivos de extensão Demo Automation by Vivun® no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Demo Automation by Vivun® Demo Automation by Vivun®
ID gkapdnhblaempnjllpfkenifmkgbemjg
URL Oficial https://chromewebstore.google.com/detail/demo-automation-by-vivun%C2%AE/gkapdnhblaempnjllpfkenifmkgbemjg
Descrição Capture your product flow to automate your best demos with a few quick clicks.
Tamanho do Arquivo 1.59 MB
Contagem de Instalações 140
Versão Atual 4.53.0
Última Atualização 2024-02-26
Data de Publicação 2023-03-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Vivun Inc.
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.vivun.com/privacy-policy
Idiomas Suportados 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"
    }
}