Stepsy
Create step-by-step guides easily
Stepsy란 무엇입니까?
Stepsy은(는) https://stepsy.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create step-by-step guides easily"입니다.
확장 프로그램 스크린샷
Stepsy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |