iorad - the tutorial builder
Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.
Co to jest iorad - the tutorial builder?
iorad - the tutorial builder to rozszerzenie Chrome opracowane przez https://iorad.com, a jego główną funkcją jest „Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia iorad - the tutorial builder
Pobierz pliki rozszerzeń iorad - the tutorial builder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kjfmedbganalpkohkeghhpppicoigdal |
| Oficjalny URL | https://chromewebstore.google.com/detail/iorad-the-tutorial-builde/kjfmedbganalpkohkeghhpppicoigdal |
| Opis | Tutorial creation made easy. Instantly make guided, step-by-step directions for any website. Directly in the browser. |
| Rozmiar pliku | 907 KB |
| Liczba instalacji | 58,754 |
| Aktualna Wersja | 2.0.0.4840 |
| Ostatnia Aktualizacja | 2024-02-07 |
| Data Publikacji | 2020-06-29 |
| Ocena | 4.77/5 Łącznie 320 Oceny |
| Deweloper | https://iorad.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.iorad.com/ |
| Adres URL Strony Pomocy | https://www.iorad.com/faq |
| Adres URL Strony Polityki Prywatności | https://www.iorad.com/privacypolicy |
| Obsługiwane Języki | 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": [
" | |