Step Guide Creator

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

Step Guide Creator क्या है?

Step Guide Creator AppVisible द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly create software training and help documentation by recording actions inside web applications."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Step Guide Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
    ]
}