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はhttps://scribehow.comによって開発されたChromeの拡張機能で、その主な機能は「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

Scribe: AI Documentation, SOPs & Screenshots拡張機能のCRXファイルをダウンロード

Scribe: AI Documentation, SOPs & Screenshots拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ⚡ 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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://scribehow.com
ヘルプページのURL https://scribe.how/help-center
プライバシーポリシーページのURL 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
        }
    ]
}