Stepsy
Create step-by-step guides easily
Stepsyคืออะไร?
Stepsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stepsy.co และคุณลักษณะหลักของมันคือ "Create step-by-step guides easily"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stepsy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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": [
" | |