WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bash AI - meetings, project docs, and industry insights

Bash AI - meetings, project docs, and industry insights

View on Chrome Web Store
View Bash AI - meetings, project docs, and industry insights Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 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.

Save hours on meeting follow-ups, project docs, and industry insights. Record audio, take screenshots, and summarize any webpage.
Type
Extension
Users
120 users
1
Website getbash.com
Bash
View author page of Bash
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 25, 2023
Version 0.1.2
Manifest version
3
Updated
Updated on October 28, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bash AI - meetings, project docs, and industry insights 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",
    "manifest_version": 3,
    "version": "0.1.2",
    "minimum_chrome_version": "116",
    "action": [],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        },
        "crop-area": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Crop Area"
        },
        "toggle-bash": {
            "suggested_key": {
                "default": "Alt+D"
            },
            "description": "Toggle Bash"
        },
        "record-audio": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Record Audio"
        }
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabs",
        "contextMenus",
        "storage",
        "favicon",
        "clipboardWrite",
        "tabCapture",
        "offscreen",
        "downloads"
    ],
    "icons": {
        "16": "src\/assets\/images\/extension-icons\/icon16.png",
        "32": "src\/assets\/images\/extension-icons\/icon32.png",
        "48": "src\/assets\/images\/extension-icons\/icon48.png",
        "128": "src\/assets\/images\/extension-icons\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-iframe.ts-loader-CG2qnToV.js",
                "assets\/crop-handle.ts-loader-BROBZZxa.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_globs": [
                "*localhost*",
                "*127*",
                "*getbash*"
            ],
            "css": [
                "assets\/crop-handle-XAWy-c_j.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-toggle.ts-loader-BWDKd51y.js",
                "assets\/content-script-window.ts-loader-BQYwePWu.js",
                "assets\/content-to-background-script.ts-loader-DUKM64SV.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_globs": [
                "*localhost*",
                "*127*",
                "*getbash*"
            ]
        },
        {
            "js": [
                "assets\/extension-notifier.ts-loader-CksGE5vV.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*.getbash.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "_favicon\/*",
                "extension.html",
                "offscreen.html",
                "permissions.html",
                "src\/assets\/images\/bash-logo-round.svg",
                "src\/assets\/images\/extension-icons\/bash-start-recording.png",
                "src\/assets\/images\/extension-icons\/bash-stop-recording.png",
                "src\/assets\/bash_recording.mp3",
                "assets\/utils-CVK5UUMT.js",
                "assets\/types-FsYOQqiF.js",
                "assets\/content-script-iframe.ts-CMYH675E.js",
                "assets\/crop-handle.ts-DvbhxNNJ.js",
                "assets\/debounce-BMmXVQ06.js",
                "assets\/content-script-toggle.ts-I8TcDoXU.js",
                "assets\/content-script-window.ts-DWhgil_4.js",
                "assets\/content-to-background-script.ts-DgDAN1Id.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*.getbash.com\/*"
            ],
            "resources": [
                "assets\/types-5Z_sQ8hQ.js",
                "assets\/extension-notifier.ts-C42Qk5U0.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.getbash.com\/*"
        ]
    },
    "name": "Bash AI - meetings, project docs, and industry insights",
    "description": "Save hours on meeting follow-ups, project docs, and industry insights. Record audio, take screenshots, and summarize any webpage."
}
© 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