Driveway: AI Screenshot Guides, SOPs, & Demos

Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.

什么是Driveway: AI Screenshot Guides, SOPs, & Demos?

Driveway: AI Screenshot Guides, SOPs, & Demos是由https://driveway.app开发的Chrome扩展程序,该扩展的主要功能是“Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.”。

扩展截图

screenshot
screenshot
screenshot

下载Driveway: AI Screenshot Guides, SOPs, & Demos扩展crx文件

下载Driveway: AI Screenshot Guides, SOPs, & Demos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Streamline Your Workflow Training with Driveway

Welcome to Driveway, one Chrome Extension for your guides, demos and walkthroughs. Driveway records you clicks and writes step-by-step instructions.

Show off your product with Help Center Demos and In-App Walkthroughs. Driveway is the ultimate solution for effortlessly creating step-by-step training guides with perfectly cropped screenshots. Our goal is to help you get work done faster by automating the processes.

What Problems Does Driveway Solve?

⏰ Time-Consuming Documentation
— Driveway saves you hours during the documentation process. Driveway created AI-generated text descriptions and voiceovers to better communicate your work flow.

⚒️ Complex Editing Tools
— Driveway automatically generates perfectly cropped screenshots, eliminating the need for specialized skills. When editing a guide, Driveway offers auto-redact and mark-up features.

📆 Outdated Content
    — Driveways are easy to edit. With shared links and embeds, update content automatically without having to republish your website. Plus you can share new guides in the tools your team is already using, like Notion, Google Docs, and more.

🚗 Here's Some Common Uses for Driveway

— How-to Guides
— Process Documentation
— Training Guides
— Product Updates
— Walkthroughs
— Standard Operating Procedures (SOPs)
— New Employee Onboarding
— Customer Onboarding
— Knowledge Management
— Software Training Tutorials
— Playbooks
— Quick Answers to "How do I…" questions

⭐️⭐️ Benefits of Driveway

— Save Time
— Easy Updates
— Capture Processes Anywhere
— Perfectly Cropped Screenshots
— Customizable Guides
— Data Safety and Compliance
— Effortless Sharing
— Multi-Knowledge Base Sync
— Detailed Analytics

👯‍♀️ Who is Driveway For?

Driveway is perfect for a wide range of use cases, including:

— Customer Support: Create proactive support documentations and keep help centers up-to-date with the help of Driveway guides.
— Customer Success: Need to show customers how to use a feature or communicate a product update? Record your workflow with Driveway, and help your customers with step-by-step support that can be sent in one singular guide.
— Human Resources (HR): If you’re looking for a better way to onboard new hires, then Driveway is the way to go. With interactive guides you new employees can learn valuable tools and ramp up their product skills in no time.
— Marketing: For a better way to release feature updates, Driveway guides provide a branded and organized approach to how-to guides. Say goodbye to wasted time over perfecting screenshots and copy - Driveway’s AI does it for you! Plus you can use your company’s colors and logo for your Driveway guides.
— Sales: Maybe you want to enable sales people or maybe you want a better way to demo the product. Driveway can help your sales people with both. Driveway’s highlight feature helps your features stand-out during demos. With interactive guides you can also train your employees on better sales tactics in real-time!
— Anyone with knowledge to share! At the end of the day, Driveway an be used in many ways. From sales to customer support and how-to guides to demos unlock our tools potential and try Driveway today!                    

扩展基本信息

名称 Driveway: AI Screenshot Guides, SOPs, & Demos Driveway: AI Screenshot Guides, SOPs, & Demos
ID cdekmndccoppabcjlfflndphloafcgpf
官方URL https://chromewebstore.google.com/detail/driveway-ai-screenshot-gu/cdekmndccoppabcjlfflndphloafcgpf
简介 Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.
文件大小 1.7 MB
安装次数 1,525
当前版本 1.20.0
更新时间 2023-10-08
上架时间 2022-06-09
评分 5.00/5 共6次评分
开发者 https://driveway.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://driveway.app/
隐私政策页面URL https://www.driveway.app/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Driveway: AI Screenshot Guides, SOPs, & Demos",
    "short_name": "Driveway",
    "description": "Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.",
    "version": "1.20.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "capture.js",
                "setUpCaptureHighlight.js",
                "setUpLiveViewHighlight.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        },
        {
            "js": [
                "setUpCaptureUI.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/on.driveway.app\/*",
                "http:\/\/localhost:8000\/*",
                "https:\/\/stg.driveway.app\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "setUpLiveViewUI.js",
                "setUpCaptureCountdown.js",
                "setUpTriggerUI.js",
                "setUpGuidanceUI.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": false
        },
        {
            "css": [
                "extensionFonts.css",
                "reset.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/Inter-roman.var.woff2",
                "images\/pointer_cursor.svg",
                "images\/pointer_cursor_transparent.svg",
                "icons\/*.svg",
                "images\/pin_extension.png",
                "images\/emoji-*.png",
                "images\/driveway_logo32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/on.driveway.app\/*",
            "http:\/\/localhost:8000\/*",
            "https:\/\/stg.driveway.app\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/driveway_logo16.png",
            "32": "\/images\/driveway_logo32.png",
            "48": "\/images\/driveway_logo48.png",
            "128": "\/images\/driveway_logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/driveway_logo16.png",
        "32": "\/images\/driveway_logo32.png",
        "48": "\/images\/driveway_logo48.png",
        "128": "\/images\/driveway_logo128.png"
    },
    "commands": {
        "toggle-capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+G"
            },
            "description": "Capture or complete a guide."
        },
        "advance-guide": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period"
            },
            "description": "Click the highlighted element."
        }
    }
}