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

Clipboard History

Access and manage your clipboard history with ease

Inba.AI: Manages your email

Inba.AI: Manages your email

View on Chrome Web Store
View Inba.AI: Manages your email Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
2 views
This extension has been viewed 2 times

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

Make your inbox work for you
Type
Extension
Users
11 users
1
Website inba.ai
pras*******************
View author page of pras*******************
Published
Published on March 15, 2025
Version 1.9.5
Manifest version
3
Updated
Updated on May 2, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Inba.AI: Manages your email 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": "Inba.AI: Manages your email",
    "version": "1.9.5",
    "description": "Make your inbox work for you",
    "homepage_url": "https:\/\/inba.ai",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.bundle.js",
                "reactApp.bundle.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/localhost:3001\/transfer-token*",
                "https:\/\/localhost:3001\/transfer-token*",
                "*:\/\/*.inba.ai\/transfer-token*"
            ],
            "js": [
                "token-content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3001\/*",
            "https:\/\/localhost:3001\/*",
            "https:\/\/*.inba.ai\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "icons\/inba.png",
            "32": "icons\/[email protected]"
        },
        "default_popup": "popup\/popup.html",
        "show_matches": [
            "*:\/\/mail.google.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/inba.png",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}
© 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