Stepsy
Create step-by-step guides easily
Wat is Stepsy?
Stepsy is een Chrome-extensie ontwikkeld door https://stepsy.co, en de belangrijkste functie is "Create step-by-step guides easily".
Extensie Screenshots
Download het CRX-bestand van de extensie Stepsy
Download Stepsy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ddoojdgacehbmbpfnlecfhopecckmmfh |
| Officiële URL | https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh |
| Beschrijving | Create step-by-step guides easily |
| Bestandsgrootte | 5.25 MB |
| Aantal Installaties | 2,737 |
| Huidige Versie | 0.12.7 |
| Laatst Bijgewerkt | 2024-02-07 |
| Publicatiedatum | 2023-03-27 |
| Beoordeling | 5.00/5 Totaal 22 Beoordelingen |
| Ontwikkelaar | https://stepsy.co |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://stepsy.co |
| Help Pagina-URL | https://www.stepsy.co/about/contacts |
| URL van de Privacybeleid Pagina | https://www.stepsy.co/about/privacy-policy |
| Ondersteunde Talen | 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": [
" | |