WebExtension.net
WebExtension.net

AIPal: When Webpage Meet AI

View on Chrome Web Store
View AIPal: When Webpage Meet AI Chrome Extension on Chrome Web Store
4.4 (7 ratings)

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

Chat, write, reply, translate, and more on any webpage, powered by cutting-edge AI models such as GPT-3, GPT-4, Claude 3.
Type
Extension
Users
2,000 users
www.wps.com
View author page of www.wps.com
Published
Published on April 10, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on June 6, 2024
View on Chrome Web Store
View AIPal: When Webpage Meet AI Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AIPal: When Webpage Meet AI",
    "description": "Chat, write, reply, translate, and more on any webpage, powered by cutting-edge AI models such as GPT-3, GPT-4, Claude 3.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "Show AIPal"
    },
    "background": {
        "service_worker": "background\/service-worker.js"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "injection\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*",
                "pages\/*",
                "locales\/*",
                "options\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "sidePanel",
        "contextMenus",
        "search",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*.wps.com\/"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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