Dubble — Free Step-by-Step Guide Creator

Dubble watches how you work, and translates your actions into written step-by-step guides, tutorials, videos and screenshots

Dubble — Free Step-by-Step Guide Creatorคืออะไร?

Dubble — Free Step-by-Step Guide Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dubble.so และคุณลักษณะหลักของมันคือ "Dubble watches how you work, and translates your actions into written step-by-step guides, tutorials, videos and screenshots"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dubble — Free Step-by-Step Guide Creator

ดาวน์โหลดไฟล์ส่วนขยาย Dubble — Free Step-by-Step Guide Creator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        JUST PRESS 🔴

Dubble creates instant step-by-step guides, tutorials, and onboarding resources for your processes. You press record and do your thing, as soon as you're done the docs are ready to go.

MAKE EDITS FAST

In seconds you can edit descriptions, markup, redact and edit screenshots - or pick completely new screenshots from a video recording. 

MADE TO BE SHARED

Share your Dubbles with anyone with a single click, or invite your team to edit and record guides together. In seconds you can record and send customers, clients, new team members or your mum a Dubble.

Magically copy and paste your guides to wherever your knowledge lives - whether that's Notion, Confluence, Google Docs, Trainual - anywhere that supports rich content or markdown works for Dubble.

PROCESSES CHANGE, DOCS DO TOO

Have your docs gone out of date? Don't worry, Dubbles are made to change - no more starting from scratch when one step changes - go back any time and record new steps. No more double-handling, Dubble will handle it 🤓.

BETTER THAN (JUST) VIDEO

Everyone learns a little differently. Dubble writes clear descriptions and takes screenshots with the option of video, camera and audio recordings too.

While videos are great for showing "how" for the first time, they're much harder to refer back to when looking up step 34 of your 105 step process 🤯. For the best experience for your readers, you can capture it all and allow them to learn the way they learn best.

WHO'S DUBBLE FOR?

Dubble is for anyone who wants to take the pain out of creating and keeping process documentation up to date. Great for support, operations and product teams who want to standardize, scale and maintain their best practices with out the headache. Some common use cases are;

- Employee onboarding documentation
- Internal procedures
- Customer support - show customers how to do things fast
- Software product guides and documentation
- How to's, guides, tutorials
- Fast screen recordings & screenshots                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dubble — Free Step-by-Step Guide Creator Dubble — Free Step-by-Step Guide Creator
ID odinmjjdainghmojdffgpjmkefajhlbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dubble-%E2%80%94-free-step-by-ste/odinmjjdainghmojdffgpjmkefajhlbn
คำอธิบาย Dubble watches how you work, and translates your actions into written step-by-step guides, tutorials, videos and screenshots
ขนาดไฟล์ 420 KB
จำนวนการติดตั้ง 8,280
เวอร์ชันปัจจุบัน 0.0.27
อัปเดตครั้งล่าสุด 2023-09-13
วันที่เผยแพร่ 2022-05-08
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://dubble.so
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://dubble.so
URL หน้าช่วยเหลือ https://dubble.so
URL หน้านโยบายความเป็นส่วนตัว https://dubble.so/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Dubble watches how you work, and translates your actions into written step-by-step guides, tutorials, videos and screenshots",
    "version": "0.0.27",
    "manifest_version": 3,
    "name": "Dubble \u2014 Free Step-by-Step Guide Creator",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Record a new dubble",
        "default_icon": "icon-34.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "tabCapture",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "content_security_policy": {
        "default": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' scrip-src 'blob:'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript.styles.css",
                "contentScript.bundle.js",
                "avatar.html",
                "avatar.bundle.js",
                "icon-128.png",
                "icon-34.png",
                "nunito.ttf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}