Stepsy
Create step-by-step guides easily
Co to jest Stepsy?
Stepsy to rozszerzenie Chrome opracowane przez https://stepsy.co, a jego główną funkcją jest „Create step-by-step guides easily”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stepsy
Pobierz pliki rozszerzeń Stepsy 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
Stepsy is a tool for creating step-by-step screenshot-based guides and SOP procedures.
Start capturing, then go through the process, screenshots are taken on every click automatically. Export the captured process as a step-by-step guide in form of a Google Docs document with auto-generated descriptions.
Duplicate screenshots are automatically merged to keep the manual size smaller. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ddoojdgacehbmbpfnlecfhopecckmmfh |
| Oficjalny URL | https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh |
| Opis | Create step-by-step guides easily |
| Rozmiar pliku | 5.25 MB |
| Liczba instalacji | 2,737 |
| Aktualna Wersja | 0.12.7 |
| Ostatnia Aktualizacja | 2024-02-07 |
| Data Publikacji | 2023-03-27 |
| Ocena | 5.00/5 Łącznie 22 Oceny |
| Deweloper | https://stepsy.co |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://stepsy.co |
| Adres URL Strony Pomocy | https://www.stepsy.co/about/contacts |
| Adres URL Strony Polityki Prywatności | https://www.stepsy.co/about/privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Create step-by-step guides easily",
"version": "0.12.7",
"manifest_version": 3,
"name": "Stepsy",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "stepsy-34.png"
},
"options_page": "options.html",
"icons": {
"128": "stepsy-128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"downloads",
"identity",
"scripting",
"identity.email",
"offscreen",
"webNavigation"
],
"host_permissions": [
" | |