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은(는) https://iorad.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

iorad - the tutorial builder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}