Demo Automation by Vivun®

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

Demo Automation by Vivun®とは何ですか?

Demo Automation by Vivun®はVivun Inc.によって開発されたChromeの拡張機能で、その主な機能は「Capture your product flow to automate your best demos with a few quick clicks.」です。

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

screenshot

Demo Automation by Vivun®拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Demo Automation by Vivun® Demo Automation by Vivun®
ID gkapdnhblaempnjllpfkenifmkgbemjg
公式URL https://chromewebstore.google.com/detail/demo-automation-by-vivun%C2%AE/gkapdnhblaempnjllpfkenifmkgbemjg
説明 Capture your product flow to automate your best demos with a few quick clicks.
ファイルサイズ 1.59 MB
インストール数 140
現在のバージョン 4.53.0
最終更新日 2024-02-26
公開日 2023-03-27
評価 5.00/5 合計 2 レビュー
開発者 Vivun Inc.
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.vivun.com/privacy-policy
対応言語 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"
    }
}