WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
QuickInsights: AI Text & Webpage Analyzer | Summarize, Respond & More

QuickInsights: AI Text & Webpage Analyzer | Summarize, Respond & More

View on Chrome Web Store
View QuickInsights: AI Text & Webpage Analyzer | Summarize, Respond & More 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.

Empower users with AI-driven analysis of highlighted text or webpage content for smarter insights and faster responses.
Type
Extension
Users
37 users
1
BriGxel Solutions LTD
View author page of BriGxel Solutions LTD
Published
Published on January 8, 2025
Version 1.0.7
Manifest version
3
Updated
Updated on February 4, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View QuickInsights: AI Text & Webpage Analyzer | Summarize, Respond & More 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": "QuickInsights: AI Text & Webpage Analyzer | Summarize, Respond & More",
    "description": "Empower users with AI-driven analysis of highlighted text or webpage content for smarter insights and faster responses.",
    "version": "1.0.7",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "notifications",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/quickinsights-ai.com\/*"
    ],
    "oauth2": {
        "client_id": "1038698941000-g4bsbi2imbvsomuktahf0eevghr2aq76.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "service_worker": "dist\/background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/quickinsights-favicon.png"
        }
    },
    "icons": {
        "16": "icons\/quickinsights-favicon-128.png",
        "24": "icons\/quickinsights-favicon-128.png",
        "48": "icons\/quickinsights-logo.png",
        "128": "icons\/quickinsights-favicon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/quickinsights-ai.com\/*"
            ],
            "js": [
                "shared.js",
                "dist\/content.bundle.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start",
            "type": "module"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "icons\/*",
                "node_modules\/pdfjs-dist\/legacy\/build\/pdf.worker.mjs",
                "dist\/*",
                "dist\/content.bundle.js",
                "popup.html",
                "settings.js",
                "shared.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/quickinsights-ai.com\/*"
            ],
            "type": "module"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/quickinsights-ai.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}
© 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