Scribe: AI Documentation, SOPs & Screenshots

Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours/month vs. video and text tutorials.

ما هو Scribe: AI Documentation, SOPs & Screenshots؟

Scribe: AI Documentation, SOPs & Screenshots هو إضافة Chrome تم تطويرها بواسطة https://scribehow.com، والميزة الرئيسية لها هي "Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours/month vs. video and text tutorials.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Scribe: AI Documentation, SOPs & Screenshots

قم بتنزيل ملفات الامتداد Scribe: AI Documentation, SOPs & Screenshots بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ⚡ The Scribe Chrome extension turns any process into a step-by-step guide, complete with text, links and annotated screenshots. 

Are you the go-to person at your company? Are you always answering questions, training or hopping on “quick” calls? Are you constantly interrupted by teammates and clients?

Scribe is an AI-powered tool that documents your processes for you. Add your team to Scribe to give them instant access to guides or share them in the flow of work with the Scribe Chrome extension. 

Save a day each week with Scribe — it’s the easiest, fastest way to document and share how-to. 

“Scribe is the best thing since sliced bread! Next time you need to build a step-by-step guide, give it a try! It's too easy.”
— Seth L., Founder & Principal Consultant

Need to show a teammate how to run a report? A customer how to log in? Stop wasting time taking screenshots or spending hours answering repeat questions.
 
Scribe does the work for you. Use the Scribe Chrome extension to automatically build documentation and SOPs, onboard new employees, create training manuals and tutorials, and so much more. 

One million teams at companies like LinkedIn, Northern Trust and Gong use Scribe every day to:

✅ Save time: Document processes 15x faster – no more writing steps or copy/pasting screenshots
✅ Stay focused: Find answers to your questions 67% faster
✅ Share what you know: Boost your team’s productivity by 25% 

CREATE GUIDES FOR ANY PROCESS
• Capture any process on your browser or desktop with the click of a button 
• Redact sensitive information so it doesn’t show up in screenshots
• Watch as Scribe automatically creates a step-by-step guide

CUSTOMIZE YOUR GUIDES
• Auto-generate text and titles with GPT-4 AI 
• Edit each guide; add tips and tricks, add and update steps and annotate screenshots
• Combine multiple guides with text and video in Pages

SHARE SCRIBES EVERYWHERE
• Share guides with a single click or embed into your documentation; Scribe works with 1000s of tools like Sharepoint, Notion, Confluence and more
• Export to PDF, HTML or Markdown
• Add your team to the Scribe Chrome extension to give them access to Scribe guides as they work

USE SCRIBE TO BUILD: 
▶ How-to guides
▶ Step-by-step instructions
▶ Standard Operating Procedures (SOPs)
▶ Software documentation 
▶ Training manuals 
▶ User guides
▶ Job Aids 
▶ Handover documents

… and so much more. 

AWARDS
▶ Chrome Store: Editor’s Pick (Productivity)
▶ G2 High Performer: Screen and Video Capture; Work Instructions; SOPs; Knowledge Management
▶ Hive: 20 Productivity Apps for 2022
▶ Clickup: Best Chrome Extensions for Productivity in 2022
▶ Whatfix: Best Software Documentation Tools for 2022

USER LOVE
"Scribe is so easy to use for SOPs. It creates step-by-step instructions as you click and type in fields. This is a game-changer when it comes to writing SOPs!"
— Todd Z., Customer Success Consultant

“Scribe is probably the easiest "needle mover" for growing our company. Even after anointing a ‘Training Czar’ to document workflows, progress was slow and we couldn't scale our operations that quickly. We are now churning out simple, engaging trainings for our people at 3-5x the rate we were before.”
— Jyot B., Managing Partner                    

معلومات أساسية عن التمديد

الاسم Scribe: AI Documentation, SOPs & Screenshots Scribe: AI Documentation, SOPs & Screenshots
ID okfkdaglfjjjfefdcppliegebpoegaii
عنوان URL الرسمي https://chromewebstore.google.com/detail/scribe-ai-documentation-s/okfkdaglfjjjfefdcppliegebpoegaii
الوصف Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours/month vs. video and text tutorials.
حجم الملف 556 KB
عدد التثبيتات 942,890
النسخة الحالية 2.2.31
آخر تحديث 2024-02-28
تاريخ النشر 2020-09-15
تقييم 4.86/5 مجموع تقييمات 551
المطور https://scribehow.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://scribehow.com
عنوان صفحة المساعدة https://scribe.how/help-center
عنوان صفحة سياسة الخصوصية https://scribehow.com/legal/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scribe: AI Documentation, SOPs & Screenshots",
    "version": "2.2.31",
    "description": "Auto-generate step-by-step guides, just by clicking record. Save your team 20+ hours\/month vs. video and text tutorials.",
    "icons": {
        "16": "public\/logo-16.png",
        "48": "public\/logo-48.png",
        "128": "public\/logo-128.png"
    },
    "manifest_version": 3,
    "options_page": "src\/scripts\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/index.js-loader.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/gmail.js-loader.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "Scribe"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "scripting",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "src\/sidepanel\/sidepanel.html"
    },
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/*.cursive.io\/*",
            "https:\/\/*.scribehow.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/PublicSans-VariableFont_wght.ttf",
                "assets\/PublicSans-Italic-VariableFont_wght.ttf",
                "assets\/icons\/add.png",
                "assets\/icons\/recording.png",
                "assets\/style.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/PublicSans-VariableFont_wght.ttf",
                "assets\/spinner.png",
                "assets\/index-3a167d96.js",
                "assets\/util-f6017889.js",
                "assets\/store-46bd994d.js",
                "assets\/redactionManager-d461ffdd.js",
                "assets\/_commonjsHelpers-042e6b4d.js",
                "assets\/scribeViewer-f57b1572.js",
                "assets\/Tooltip-9349c59d.js",
                "assets\/Button-a52d6062.js",
                "assets\/v4-c70744d4.js",
                "assets\/index.tsx-90442f1b.js",
                "assets\/index.js-1d303b99.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/v4-c70744d4.js",
                "assets\/gmail.js-f0e0210a.js"
            ],
            "use_dynamic_url": true
        }
    ]
}