20Paths - Make `How To` Guides fast

Explain and Share bite sized ` How To ...? ` interactive guides instantly. Help Center created automagically.

20Paths - Make `How To` Guides fast là gì?

20Paths - Make `How To` Guides fast là một tiện ích mở rộng Chrome được phát triển bởi https://20paths.com, và tính năng chính của nó là "Explain and Share bite sized ` How To ...? ` interactive guides instantly. Help Center created automagically.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 20Paths - Make `How To` Guides fast

Tải xuống các tệp mở rộng 20Paths - Make `How To` Guides fast 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

                        Create how-to Guides with beautiful highlights, pointer arrows and AI generated text in seconds!

Tired of showing people how to use a software again and again? 

Documentation doesn't have to be hard! 

20Paths helps you - 
🪄 Capture interactive guides with editable images, without needing an image editor!
🪄 Document processes in minutes, which would otherwise take hours.
🪄 Draft cohesive text for the images. Use as is, or edit if you like!
🪄 Create HelpCenters instantly! Compile all your Guides in one place.

Just start the extension, then interact with any web app as you normally would - no special effort needed! 20Paths does the work for you by clicking and meticulously arranging screenshots with suitable AI generated text.

😍 We even add highlighters and pointers to explain the steps!

And voila! Your process is well documented into a Guide. 
✨  Available as - Read mode, Video mode, stepper mode and Interactive Demo mode.
✨  Edit everything! Customise the text, images, styling, annotations and even add branding!
✨  Share with one click! You can even customise the mode, step and visibility!
✨  Embed it! Guides are embeddable on any webpage, blog or CMS.
✨  Mask it! Protect sensitive information by masking the image anywhere.
✨  Integrate it! Guides are compatible across hundreds of platforms like Notion, Google Docs, MS Word and anywhere where HTML and Markdown are supported.
✨ Export the Guide as HTML, Markdown or PDF.

Create multiple HelpCenters with one click. 
🚀 Compile your Guides into shareable HelpCenters.
🚀 HelpCenters can be embedded on any webpage, blog or CMS.
🚀 Export as Widget to add anywhere you like!

USE CASES
🎁 Demo your product
🎁 SOPs (Standard Operating Procedures)
🎁 Step-by-step interactive Guides
🎁 Employee onboarding
🎁 Document any Process
🎁 Knowledge base Documentation
🎁 Share domain knowledge
🎁 How-to tutorials
🎁 Software training

WHAT USERS ARE SAYING

"Using 20paths to create SOP's for my company has been a game changer. Intuitive interface and powerful features made it easy to produce professional-quality content in a fraction of the time it would take using traditional methods." - Emily Kim, Product Manager

"I highly recommend 20paths to anyone looking to streamline their documentation process." - Davies Williams, Customer Support Lead

"It's a great way to answer customer query over chat or email. Create a how-to and share it instantly." - Sarah Thompson, Customer Success Operator                    

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

Tên 20Paths - Make `How To` Guides fast 20Paths - Make `How To` Guides fast
ID anepejceblmonolgjdjdkecbgjhapeme
URL Chính Thức https://chromewebstore.google.com/detail/20paths-make-%60how-to%60-gui/anepejceblmonolgjdjdkecbgjhapeme
Mô tả Explain and Share bite sized ` How To ...? ` interactive guides instantly. Help Center created automagically.
Kích Thước Tệp 687 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 2.1.6
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2021-07-19
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://20paths.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://20paths.com
URL Trang Chính Sách Bảo Mật https://20paths.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20Paths - Make `How To` Guides fast",
    "version": "2.1.6",
    "icons": {
        "16": "assets\/icons\/20p-icon-16.png",
        "32": "assets\/icons\/20p-icon-32.png",
        "48": "assets\/icons\/20p-icon-48.png",
        "128": "assets\/icons\/20p-icon-128.png"
    },
    "description": "Explain and Share bite sized ` How To ...? ` interactive guides instantly. Help Center created automagically.",
    "homepage_url": "https:\/\/20paths.com",
    "short_name": "HowTo...?",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com  https:\/\/*.google.com; object-src 'self'",
    "author": "team20paths",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/20p-icon-16.png",
            "32": "assets\/icons\/20p-icon-32.png",
            "48": "assets\/icons\/20p-icon-48.png",
            "128": "assets\/icons\/20p-icon-128.png"
        },
        "default_title": "How Do I ... ?",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/*.*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation",
        ""
    ],
    "optional_permissions": [],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/*.20paths.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}