Stepsy
Create step-by-step guides easily
Was ist Stepsy?
Stepsy ist eine Chrome-Erweiterung, die von https://stepsy.co entwickelt wurde, und ihr Hauptmerkmal ist "Create step-by-step guides easily".
Erweiterungsscreenshots
Stepsy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stepsy-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
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.
Grundlegende Informationen zur Erweiterung
Name | Stepsy |
ID | ddoojdgacehbmbpfnlecfhopecckmmfh |
Offizielle URL | https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh |
Beschreibung | Create step-by-step guides easily |
Dateigröße | 5.25 MB |
Installationsanzahl | 2,737 |
Aktuelle Version | 0.12.7 |
Letztes Update | 2024-02-07 |
Veröffentlichungsdatum | 2023-03-27 |
Bewertung | 5.00/5 Insgesamt 22 Bewertungen |
Entwickler | https://stepsy.co |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://stepsy.co |
Hilfeseite URL | https://www.stepsy.co/about/contacts |
URL der Datenschutzrichtlinien-Seite | https://www.stepsy.co/about/privacy-policy |
Unterstützte Sprachen | 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": [ " |