WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Patent Search Generator: Boolean Queries, Prior Art, Google Patents

AI Patent Search Generator: Boolean Queries, Prior Art, Google Patents

View on Chrome Web Store
View AI Patent Search Generator: Boolean Queries, Prior Art, Google Patents 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.

Generate AI-powered boolean patent search queries. Build strategies for Google Patents, USPTO & prior art research in seconds.
Type
Extension
Users
13 users
1
smyt***************
View author page of smyt***************
Published
Published on November 30, 2024
Version 2.2.0
Manifest version
3
Updated
Updated on March 1, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View AI Patent Search Generator: Boolean Queries, Prior Art, Google Patents 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": "AI Patent Search Generator: Boolean Queries, Prior Art, Google Patents",
    "version": "2.2.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA33r\/weMc6jifrE5BUNuC0e0wdTFa+RXPviC8v53lhgkxgclx2s9W+\/GoGoqV3s+LJ6RvU+xx4eUjvAbnP0svpSWjixJXFQk8f6dX4yBxFd0aCDYo3RjsK9JeNmHXrqdRDUIVmiwd5qLQFLjEbpbG21HGFlGRtoR9bzX\/05lJd8cRzXdxuQX9A+Oqkwfc\/sYq2JkijeRTkHToVTfcb1M6q8b0RPaDKN5W+8UKOufE99CyaHladAnsF8OvWCbmBU8d5f6+OV4xJfzgNQqgRMgsMbWtqjDWVIOLkMMxNPesl1aCM3HGVCEi2iLDGEqqo4Ip6cFgecm5rfikW1IQ077krQIDAQAB",
    "description": "Generate AI-powered boolean patent search queries. Build strategies for Google Patents, USPTO & prior art research in seconds.",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "sidePanel",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.googleapis.com\/",
        "https:\/\/*.firebaseapp.com\/",
        "https:\/\/*.firebaseio.com\/",
        "https:\/\/*.a.run.app\/",
        "https:\/\/*.cloudfunctions.net\/",
        "https:\/\/us-central1-solicitation-matcher-extension.cloudfunctions.net\/",
        "https:\/\/patents.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/patents.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' 'unsafe-inline' https:\/\/*.firebaseapp.com https:\/\/*.googleapis.com; connect-src 'self' https:\/\/*.googleapis.com https:\/\/*.firebaseapp.com https:\/\/identitytoolkit.googleapis.com https:\/\/*.firebaseio.com https:\/\/*.cloudfunctions.net https:\/\/*.a.run.app https:\/\/us-central1-solicitation-matcher-extension.cloudfunctions.net; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/smythmyke.github.io\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.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