WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Scribe: AI Documentation, SOPs & Screenshots

Scribe: AI Documentation, SOPs & Screenshots

View on Chrome Web Store
View Scribe: AI Documentation, SOPs & Screenshots Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (750 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Document any workflow automatically. Share beautiful step-by-step guides in seconds. Save each team member 35 hours/month.
Type
Extension
Users
1,000,000 users
Website scribehow.com
chrome-store-admins
View author page of chrome-store-admins
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 9, 2020
Version 2.40.1
Manifest version
3
Updated
Updated on June 26, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Scribe: AI Documentation, SOPs & Screenshots Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scribe: AI Documentation, SOPs & Screenshots",
    "version": "2.40.1",
    "description": "Document any workflow automatically. Share beautiful step-by-step guides in seconds. Save each team member 35 hours\/month.",
    "icons": {
        "16": "public\/logo-16.png",
        "48": "public\/logo-48.png",
        "128": "public\/logo-128.png"
    },
    "manifest_version": 3,
    "storage": {
        "managed_schema": "managed_schema.json"
    },
    "options_page": "src\/scripts\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "minimum_chrome_version": "99",
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "match_origin_as_fallback": true
        },
        {
            "js": [
                "assets\/index.js-loader.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "match_origin_as_fallback": true
        },
        {
            "js": [
                "assets\/gmail.js-loader.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "match_origin_as_fallback": true
        },
        {
            "js": [
                "assets\/index.tsx-loader.js"
            ],
            "matches": [
                "*:\/\/calendly.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "assets\/pointer-events.ts-loader.js"
            ],
            "matches": [
                "*:\/\/*.automatebusiness.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-home.html"
    },
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "http:\/\/localhost:3000\/",
            "https:\/\/*.cursive.io\/*",
            "https:\/\/*.scribehow.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/PublicSans-VariableFont_wght.ttf",
                "assets\/PublicSans-Italic-VariableFont_wght.ttf",
                "assets\/icons\/add.png",
                "assets\/icons\/recording.png",
                "audio-processor.js",
                "src\/scripts\/options\/index.html",
                "src\/scripts\/options\/sidepanel-options.html",
                "src\/scripts\/tab-selector\/index.html",
                "src\/scripts\/main-content\/index.html",
                "assets\/style.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/PublicSans-VariableFont_wght.ttf",
                "assets\/spinner.png",
                "assets\/index.es-d553bad7.js",
                "assets\/store-48d0e58a.js",
                "assets\/App.styles-54ebe387.js",
                "assets\/useBackgroundReduxState-47aea157.js",
                "assets\/options-aa16523b.js",
                "assets\/scribeLiveUtils-6c200bc8.js",
                "assets\/index-73fdae5a.js",
                "assets\/Button-76ce1fd6.js",
                "assets\/Switch-597cb228.js",
                "assets\/cn-98e362a4.js",
                "assets\/useExtensionMessagesListener-49c4c29f.js",
                "assets\/useDomainAllowlistListener-e21df3cf.js",
                "assets\/index-947ce0a2.js",
                "assets\/index-e131923d.js",
                "assets\/_commonjsHelpers-de833af9.js",
                "assets\/getExtensionStatus-1ed3356e.js",
                "assets\/userHelpers-16bc7dd8.js",
                "assets\/index.esm-e3d6f8ec.js",
                "assets\/index-a19f3aeb.js",
                "assets\/waitForPageSettled-d48cacc2.js",
                "assets\/v4-c70744d4.js",
                "assets\/domCopyAnnotate-a2b92afc.js",
                "assets\/utils-4ffb0987.js",
                "assets\/Avatar-a3faf45f.js",
                "assets\/getTargetElementAttributes-98836a66.js",
                "assets\/AudioSwitch-d428d3de.js",
                "assets\/Button-a2c13f70.js",
                "assets\/browserContext-20466f52.js",
                "assets\/index.tsx-7adaa3e9.js",
                "assets\/capture-helpers-30fe3553.js",
                "assets\/domUtils-ab2fc012.js",
                "assets\/logging-70d989ca.js",
                "assets\/index.js-d5bb1c65.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/v4-c70744d4.js",
                "assets\/gmail.js-984994f5.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.automatebusiness.com\/*"
            ],
            "resources": [
                "assets\/pointer-events.ts-8e1e9c0a.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top