Driveway: AI Screenshot Guides, SOPs, & Demos

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

Qu'est-ce que Driveway: AI Screenshot Guides, SOPs, & Demos ?

Driveway: AI Screenshot Guides, SOPs, & Demos est une extension Chrome développée par https://driveway.app, et sa fonction principale est "Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Driveway: AI Screenshot Guides, SOPs, & Demos

Téléchargez les fichiers d'extension Driveway: AI Screenshot Guides, SOPs, & Demos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Driveway: AI Screenshot Guides, SOPs, & Demos Driveway: AI Screenshot Guides, SOPs, & Demos
ID cdekmndccoppabcjlfflndphloafcgpf
URL Officiel https://chromewebstore.google.com/detail/driveway-ai-screenshot-gu/cdekmndccoppabcjlfflndphloafcgpf
Description Automatically create step-by-step training guides with screenshots by recording your browser-based workflows.
Taille du Fichier 1.7 MB
Nombre d'Installations 1,525
Version Actuelle 1.20.0
Dernière Mise à Jour 2023-10-08
Date de Publication 2022-06-09
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://driveway.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://driveway.app/
URL de la Page de Politique de Confidentialité https://www.driveway.app/privacy
Langues Prises en Charge 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."
        }
    }
}