WebExtension.net
WebExtension.net

Sateraito Process Side Panel

View on Chrome Web Store
View Sateraito Process Side Panel Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Sateraito Office Process Side Panel
Type
Extension
Users
14 users
Sateraito Office
View author page of Sateraito Office
Published
Published on August 27, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on October 29, 2024
View on Chrome Web Store
View Sateraito Process Side Panel Chrome Extension on Chrome Web Store
productivity/workflow
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.1.0",
    "default_locale": "ja",
    "permissions": [
        "alarms",
        "notifications",
        "activeTab",
        "tabs",
        "sidePanel",
        "storage",
        "identity",
        "identity.email",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "styles\/style.css",
                "third-party\/swal\/sweetalert2.min.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",
                "third-party\/swal\/sweetalert2.all.min.js",
                "scripts\/sateraito-lang.js",
                "scripts\/constant.js",
                "scripts\/sateraito-utils.js",
                "scripts\/sateraito-request.js",
                "scripts\/common.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker.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__",
        "default_popup": "popup.html"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "*.html",
                "styles\/*",
                "scripts\/*",
                "images\/*",
                "third-party\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
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