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
官方網址 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
說明頁面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
        }
    ]
}