Step Guide Creator

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

什麼是Step Guide Creator?

Step Guide Creator是由AppVisible開發的Chrome擴展程式,該擴展的主要功能是“Quickly create software training and help documentation by recording actions inside web applications.”。

擴展截圖

screenshot

下載Step Guide Creator擴展crx文件

下載Step Guide Creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Step Guide Creator Step Guide Creator
ID eapknjpfifmfoijobjeceiacchcmfdjp
官方網址 https://chromewebstore.google.com/detail/step-guide-creator/eapknjpfifmfoijobjeceiacchcmfdjp
簡介 Quickly create software training and help documentation by recording actions inside web applications.
檔案大小 11.15 MB
安裝次數 1,224
目前版本 1.5
更新時間 2020-09-15
上架時間 2020-09-11
評分 1.00/5 共 2 次評分
開發者 AppVisible
電子郵箱 [email protected]
付費類型 free
擴展官網 https://stepguide.io
說明頁面URL https://appvisible.com/support
隱私政策頁面URL https://www.appvisible.com/privacy-policy
支援的語言 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\/*"
    ]
}