WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
InboxPilot

InboxPilot

View on Chrome Web Store
View InboxPilot Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Privacy-first AI email assistant for Gmail. Generate smart replies with OpenAI, Anthropic, or Google AI. Your keys, your data.
Type
Extension
Users
3 users
1
Website avansaber.com
AvanSaber
View author page of AvanSaber
Published
Published on November 19, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on November 19, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View InboxPilot 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,
    "name": "InboxPilot",
    "version": "1.0.0",
    "description": "Privacy-first AI email assistant for Gmail. Generate smart replies with OpenAI, Anthropic, or Google AI. Your keys, your data.",
    "author": "AvanSaber.com",
    "homepage_url": "https:\/\/www.avansaber.com",
    "permissions": [
        "storage",
        "activeTab",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/api.anthropic.com\/*",
        "https:\/\/api.openai.com\/*",
        "https:\/\/generativelanguage.googleapis.com\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.js-loader-CE_-K9tk.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/content-script-Dox5yWsr.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "src\/components\/*",
                "assets\/*",
                "assets\/StorageService-Bm5-xZkX.js",
                "assets\/EmailAnalysisService-nUprUri9.js",
                "assets\/PromptService-CDb5Sp7J.js",
                "assets\/content-script.js-8bwO_DXy.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}
© 2026 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