Driveway: AI Screenshot Guides, SOPs, & Demos

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

Hvad er Driveway: AI Screenshot Guides, SOPs, & Demos?

Driveway: AI Screenshot Guides, SOPs, & Demos er en Chrome-udvidelse udviklet af https://driveway.app, og dens hovedfunktion er "Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Driveway: AI Screenshot Guides, SOPs, & Demos-udvidelses-CRX-fil

Download Driveway: AI Screenshot Guides, SOPs, & Demos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Driveway: AI Screenshot Guides, SOPs, & Demos Driveway: AI Screenshot Guides, SOPs, & Demos
ID cdekmndccoppabcjlfflndphloafcgpf
Officiel URL https://chromewebstore.google.com/detail/driveway-ai-screenshot-gu/cdekmndccoppabcjlfflndphloafcgpf
Beskrivelse Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.
Filstørrelse 1.7 MB
Antal Installationer 1,525
Nuværende Version 1.20.0
Senest Opdateret 2023-10-08
Udgivelsesdato 2022-06-09
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://driveway.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://driveway.app/
URL til Fortrolighedspolitik Side https://www.driveway.app/privacy
Understøttede Sprog 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."
        }
    }
}