iorad - the tutorial builder

Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.

Τι είναι το iorad - the tutorial builder;

Το iorad - the tutorial builder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://iorad.com, και η κύρια λειτουργία του είναι "Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης iorad - the tutorial builder

Λήψη αρχείων επέκτασης iorad - the tutorial builder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        iorad has a perfect five star rating because we’ve designed a great, no-BS experience.

Check this out:

Step 1: Interact (browse, click, type) with a website as you normally would.

Step 2: iorad captures and identifies every action. 

Step 3: iorad automagically generates a step-by-step tutorial for you to share. 

iorad is the quickest and easiest tutorial creator on the web. No time wasted video editing or picture labelling.  Instantly publish to zendesk/freshdesk/salesforce/slack/confluence and many more!

iorad is GDPR compliant.  Head over to https://www.iorad.com/privacypolicy for more info.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα iorad - the tutorial builder iorad - the tutorial builder
ID kjfmedbganalpkohkeghhpppicoigdal
Επίσημο URL https://chromewebstore.google.com/detail/iorad-the-tutorial-builde/kjfmedbganalpkohkeghhpppicoigdal
Περιγραφή Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.
Μέγεθος Αρχείου 907 KB
Αριθμός Εγκαταστάσεων 58,754
Τρέχουσα Έκδοση 2.0.0.4840
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 4.77/5 Συνολικά 320 Αξιολογήσεις
Προγραμματιστής https://iorad.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.iorad.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.iorad.com/faq
URL της Σελίδας Πολιτικής Απορρήτου https://www.iorad.com/privacypolicy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "name": "iorad - the tutorial builder",
    "version": "2.0.0.4840",
    "description": "Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.",
    "icons": {
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "author": "iorad",
    "short_name": "iorad helper",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon.png",
            "38": "assets\/icon.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "nativeMessaging",
        "webNavigation",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage",
        "cookies",
        "contextMenus",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.*",
                "panel\/*.*",
                "content\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "content_topFrameLifeline.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/local.iorad.com:9000\/*",
            "https:\/\/dev.iorad.local\/*",
            "https:\/\/dev.iorad.dev\/*",
            "https:\/\/test.iorad.com\/*",
            "http:\/\/test.iorad.com\/*",
            "https:\/\/www.iorad.com\/*",
            "http:\/\/www.iorad.com\/*"
        ]
    }
}