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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://www.stepsy.co/about/contacts |
| عنوان صفحة سياسة الخصوصية | 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": [
" | |