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.”。
扩展截图
下载iorad - the tutorial builder扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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": [
" | |