Stepsy
Create step-by-step guides easily
什么是Stepsy?
Stepsy是由https://stepsy.co开发的Chrome扩展程序,该扩展的主要功能是“Create step-by-step guides easily”。
扩展截图
下载Stepsy扩展crx文件
下载Stepsy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Stepsy |
ID | ddoojdgacehbmbpfnlecfhopecckmmfh |
官方URL | https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh |
简介 | Create step-by-step guides easily |
文件大小 | 5.25 MB |
安装次数 | 2,737 |
当前版本 | 0.12.7 |
更新时间 | 2024-02-07 |
上架时间 | 2023-03-27 |
评分 | 5.00/5 共22次评分 |
开发者 | https://stepsy.co |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://stepsy.co |
帮助页面URL | https://www.stepsy.co/about/contacts |
隐私政策页面URL | https://www.stepsy.co/about/privacy-policy |
支持的语言 | 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": [ " |