Step Guide Creator

Quickly create software training and help documentation by recording actions inside web applications.

Step Guide Creator là gì?

Step Guide Creator là một tiện ích mở rộng Chrome được phát triển bởi AppVisible, và tính năng chính của nó là "Quickly create software training and help documentation by recording actions inside web applications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Step Guide Creator

Tải xuống các tệp mở rộng Step Guide Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The fastest way to create personalized and up-to-date software training and help documentation! 

Step Guide records your clicks and automatically creates step by step documentation with editable images and starter text. Step Guide Creator allows anyone on your team to create professional user documentation quickly and then share it on the web, through email or copy it to your company intranet or help center.

Flexible editing options allow you keep your guides clear, compliant, and on brand. Resize images, add highlight boxes to key details, blur sensitive information and more.

Step Guide works with any web application.  Make clear, customized, up to date guides easily accessible for all your web platforms. Edit guides in minutes for updates and interface changes.

- Cut Days and Hours from Any Software Training or Documentation Process

- Create New Employee Training and Remote Onboarding in less than an Hour

- Creating online guides for your customers or partners in Minutes

- Save Hours and Exceed Employees Expectations When You Change Software Procedures

- Create and Maintain Up to Date Team or Department Specific Software Training

- Get your team all using your team software in the same way                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Step Guide Creator Step Guide Creator
ID eapknjpfifmfoijobjeceiacchcmfdjp
URL Chính Thức https://chromewebstore.google.com/detail/step-guide-creator/eapknjpfifmfoijobjeceiacchcmfdjp
Mô tả Quickly create software training and help documentation by recording actions inside web applications.
Kích Thước Tệp 11.15 MB
Số Lần Cài Đặt 1,224
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-09-15
Ngày Phát Hành 2020-09-11
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển AppVisible
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://stepguide.io
URL Trang Trợ Giúp https://appvisible.com/support
URL Trang Chính Sách Bảo Mật https://www.appvisible.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "manifest_version": 2,
    "name": "Step Guide Creator",
    "description": "Quickly create software training and help documentation by recording actions inside web applications.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "iframe.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "web_accessible_resources": [
        "\/media\/extension\/img\/*"
    ]
}