Stepsy
Create step-by-step guides easily
Qu'est-ce que Stepsy ?
Stepsy est une extension Chrome développée par https://stepsy.co, et sa fonction principale est "Create step-by-step guides easily".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stepsy
Téléchargez les fichiers d'extension Stepsy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Stepsy |
ID | ddoojdgacehbmbpfnlecfhopecckmmfh |
URL Officiel | https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh |
Description | Create step-by-step guides easily |
Taille du Fichier | 5.25 MB |
Nombre d'Installations | 2,737 |
Version Actuelle | 0.12.7 |
Dernière Mise à Jour | 2024-02-07 |
Date de Publication | 2023-03-27 |
Évaluation | 5.00/5 Total 22 Évaluations |
Développeur | https://stepsy.co |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://stepsy.co |
URL de la Page d'Aide | https://www.stepsy.co/about/contacts |
URL de la Page de Politique de Confidentialité | https://www.stepsy.co/about/privacy-policy |
Langues Prises en Charge | 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": [ " |