iorad - the tutorial builder
Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.
Was ist iorad - the tutorial builder?
iorad - the tutorial builder ist eine Chrome-Erweiterung, die von https://iorad.com entwickelt wurde, und ihr Hauptmerkmal ist "Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.".
Erweiterungsscreenshots
iorad - the tutorial builder-Erweiterungs-CRX-Datei herunterladen
Laden Sie iorad - the tutorial builder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kjfmedbganalpkohkeghhpppicoigdal |
| Offizielle URL | https://chromewebstore.google.com/detail/iorad-the-tutorial-builde/kjfmedbganalpkohkeghhpppicoigdal |
| Beschreibung | Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser. |
| Dateigröße | 907 KB |
| Installationsanzahl | 58,754 |
| Aktuelle Version | 2.0.0.4840 |
| Letztes Update | 2024-02-07 |
| Veröffentlichungsdatum | 2020-06-29 |
| Bewertung | 4.77/5 Insgesamt 320 Bewertungen |
| Entwickler | https://iorad.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.iorad.com/ |
| Hilfeseite URL | https://www.iorad.com/faq |
| URL der Datenschutzrichtlinien-Seite | https://www.iorad.com/privacypolicy |
| Unterstützte Sprachen | 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": [
" | |