Stepsy
Create step-by-step guides easily
Stepsy là gì?
Stepsy là một tiện ích mở rộng Chrome được phát triển bởi https://stepsy.co, và tính năng chính của nó là "Create step-by-step guides easily".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stepsy
Tải xuống các tệp mở rộng Stepsy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stepsy |
ID | ddoojdgacehbmbpfnlecfhopecckmmfh |
URL Chính Thức | https://chromewebstore.google.com/detail/stepsy/ddoojdgacehbmbpfnlecfhopecckmmfh |
Mô tả | Create step-by-step guides easily |
Kích Thước Tệp | 5.25 MB |
Số Lần Cài Đặt | 2,737 |
Phiên Bản Hiện Tại | 0.12.7 |
Cập Nhật Lần Cuối | 2024-02-07 |
Ngày Phát Hành | 2023-03-27 |
Đánh Giá | 5.00/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://stepsy.co |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://stepsy.co |
URL Trang Trợ Giúp | https://www.stepsy.co/about/contacts |
URL Trang Chính Sách Bảo Mật | https://www.stepsy.co/about/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |