Driveway: AI Screenshot Guides, SOPs, & Demos

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

¿Qué es Driveway: AI Screenshot Guides, SOPs, & Demos?

Driveway: AI Screenshot Guides, SOPs, & Demos es una extensión de Chrome desarrollada por https://driveway.app, y su función principal es "Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Driveway: AI Screenshot Guides, SOPs, & Demos

Descarga archivos de extensión Driveway: AI Screenshot Guides, SOPs, & Demos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Driveway: AI Screenshot Guides, SOPs, & Demos Driveway: AI Screenshot Guides, SOPs, & Demos
ID cdekmndccoppabcjlfflndphloafcgpf
URL Oficial https://chromewebstore.google.com/detail/driveway-ai-screenshot-gu/cdekmndccoppabcjlfflndphloafcgpf
Descripción Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.
Tamaño del Archivo 1.7 MB
Cantidad de Instalaciones 1,525
Versión Actual 1.20.0
Última Actualización 2023-10-08
Fecha de Publicación 2022-06-09
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://driveway.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://driveway.app/
URL de la Página de Política de Privacidad https://www.driveway.app/privacy
Idiomas Soportados 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."
        }
    }
}