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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.
이메일 [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"
    }
}