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
公式URL 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
Eメール [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\/*"
    ]
}