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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
        }
    ]
}