Driveway: AI Screenshot Guides, SOPs, & Demos

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

Co to jest Driveway: AI Screenshot Guides, SOPs, & Demos?

Driveway: AI Screenshot Guides, SOPs, & Demos to rozszerzenie Chrome opracowane przez https://driveway.app, a jego główną funkcją jest „Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Driveway: AI Screenshot Guides, SOPs, & Demos

Pobierz pliki rozszerzeń Driveway: AI Screenshot Guides, SOPs, & Demos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Driveway: AI Screenshot Guides, SOPs, & Demos Driveway: AI Screenshot Guides, SOPs, & Demos
ID cdekmndccoppabcjlfflndphloafcgpf
Oficjalny URL https://chromewebstore.google.com/detail/driveway-ai-screenshot-gu/cdekmndccoppabcjlfflndphloafcgpf
Opis Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.
Rozmiar pliku 1.7 MB
Liczba instalacji 1,525
Aktualna Wersja 1.20.0
Ostatnia Aktualizacja 2023-10-08
Data Publikacji 2022-06-09
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://driveway.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://driveway.app/
Adres URL Strony Polityki Prywatności https://www.driveway.app/privacy
Obsługiwane Języki 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."
        }
    }
}