WebExtension.net
Toggle dark mode
WebExtension.net

Sateraito AI/Side Panel AI

View on Chrome Web Store
View Sateraito AI/Side Panel AI Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times

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
372 users
2
Sateraito Office
View author page of Sateraito Office
Published
Published on June 13, 2024
Version 1.3.5
Manifest version
3
Updated
Updated on February 4, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Sateraito AI/Side Panel AI 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": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.3.5",
    "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 wss:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net https:\/\/*.firebasedatabase.app;object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "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\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    }
}
© 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