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 |
| 官方網址 | 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": [
" | |