Stepsy
Create step-by-step guides easily
Cos'è Stepsy?
Stepsy è un'estensione di Chrome sviluppata da https://stepsy.co, e la sua funzione principale è "Create step-by-step guides easily".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stepsy
Scarica i file di estensione Stepsy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | ddoojdgacehbmbpfnlecfhopecckmmfh | 
| URL Ufficiale | https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh | 
| Descrizione | Create step-by-step guides easily | 
| Dimensione del File | 5.25 MB | 
| Conteggio Installazioni | 2,737 | 
| Versione Corrente | 0.12.7 | 
| Ultimo Aggiornamento | 2024-02-07 | 
| Data di Pubblicazione | 2023-03-27 | 
| Valutazione | 5.00/5 Totale 22 Valutazioni | 
| Sviluppatore | https://stepsy.co | 
| [email protected] | |
| Tipo di Pagamento | in_app | 
| Sito Web dell'Estensione | https://stepsy.co | 
| URL della Pagina di Aiuto | https://www.stepsy.co/about/contacts | 
| URL della Pagina della Politica sulla Privacy | https://www.stepsy.co/about/privacy-policy | 
| Lingue Supportate | 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": [
        " | |