WebExtension.net
WebExtension.net

Sateraito AI/Side Panel AI

View on Chrome Web Store
View Sateraito AI/Side Panel AI Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Sateraito Office Side Panel AI
Type
Extension
Users
129 users
1
Sateraito Office
View author page of Sateraito Office
Published
Published on June 13, 2024
Version 1.2.2
Manifest version
3
Updated
Updated on November 11, 2024
View on Chrome Web Store
View Sateraito AI/Side Panel 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",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2.2",
    "default_locale": "ja",
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "activeTab",
        "sidePanel",
        "storage",
        "identity",
        "identity.email",
        "scripting",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net https:\/\/*.firebasedatabase.app;object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "styles\/content_cs.css",
                "styles\/prompt_builder.css",
                "styles\/style.css"
            ],
            "js": [
                "third-party\/crypto\/core.min.js",
                "third-party\/crypto\/crypto-js.min.js",
                "third-party\/crypto\/md5.js",
                "third-party\/jquery-1.10.2.min.js",
                "scripts\/sateraito_lang.js",
                "scripts\/common.js",
                "scripts\/sateraito_ai.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_title": "__MSG_extension_action_default_title__"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "bootstrap.bundle.min.js",
                "scripts\/sateraito_ai.js",
                "scripts\/script.js",
                "styles\/style.css",
                "\/images\/*",
                "\/icons\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "\/capture\/*",
                "\/images\/*",
                "\/icons\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "996643129277-9m4i9dpfr2dcj35i6poujss51u9abrht.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    }
}
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