Instructio: Step-by-step guides 30% faster

Convert any process into simple steps to save time. Auto-generate step-by-step guides and supercharge the documentation process.

Instructio: Step-by-step guides 30% faster क्या है?

Instructio: Step-by-step guides 30% faster Instructio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert any process into simple steps to save time. Auto-generate step-by-step guides and supercharge the documentation process."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Instructio: Step-by-step guides 30% faster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Good instructions are clear and helpful. The best instruction helps the user solve the problem. Create instructions that make our lives better.

How to use Instructio

Customer support
Create guides for product/service guides to help customers solve their problems. Reduce support team's load.

Product Localization
Design actionable instructions for different markets fast. Ease up user onboarding.

Product Updates
Support your product launches and give users more insight on your plans by creating product roadmap or release notes with videos and images.

Save Time
Every customer interaction will succeed faster when you send a step-by-step guide showing how to get the result.                    

एक्सटेंशन की मूल जानकारी

नाम Instructio: Step-by-step guides 30% faster Instructio: Step-by-step guides 30% faster
ID gmfjhnidfcakkjjhbfejihofbnbefopj
आधिकारिक URL https://chromewebstore.google.com/detail/instructio-step-by-step-g/gmfjhnidfcakkjjhbfejihofbnbefopj
विवरण Convert any process into simple steps to save time. Auto-generate step-by-step guides and supercharge the documentation process.
फ़ाइल का आकार 820 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-01-19
प्रकाशन तिथि 2023-07-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Instructio
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://instructio.app
गोपनीयता नीति पृष्ठ URL https://instructio.app/o/znd04WjJQPKtdEQXPuIk_g
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv3qOsbLnknNlOXtE6keaOjZ\/oJGq0F91q5LEsRNGexoqZJSPjeNQVXYYIbugT8AatQnlGmLMZLb3PDJ05QQG0YFQdcrLFQ6niYGUCscyDkH0Rr7Z2wKzHEdfAUXjmgG1rCr8aWRilxv1uUX46AGoJJf2G7Xql7KwR6EqQUAjWeZ8t\/\/p4ToRQ7LrTgdkQuV4kdB5+SkM9cuLPMyVmfF2djAvG4M0d+xtPDXxkU53iac3bObEPrRCApIUf0uQvNV1hOvY11WoKjfEOVGc9W8FHUdVbUjexGyRMDG9msbil42Bym85Qm21WquoJQpZM1sNGrhdprDVkR3A88ydXqbXuwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "ext-content\/runtime.js",
                "ext-content\/main.js"
            ],
            "css": [
                "ext-content\/index.css"
            ]
        }
    ],
    "background": {
        "service_worker": "ext-background\/main.js"
    },
    "action": {
        "default_popup": "ext-popup\/index.html",
        "default_title": "Instructio"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "version_name": "1.0.1",
    "minimum_chrome_version": "88.0.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.instructio.app\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ]
}