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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |