WebExtension.net
Toggle dark mode
WebExtension.net

コンテキストガジェット <サテライトオフィス>

View on Chrome Web Store
View コンテキストガジェット <サテライトオフィス> Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

LINE WORKS や Workplace by Facebook の画面にワークフローや既存システムなどを表示します
Type
Extension
Users
10,000 users
Sateraito Office
View author page of Sateraito Office
Published
Published on March 29, 2016
Version 1.2.2
Manifest version
3
Updated
Updated on December 10, 2022
productivity/workflow
Extension Category
View on Chrome Web Store
View コンテキストガジェット <サテライトオフィス> 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,
    "version": "1.2.2",
    "default_locale": "ja",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/sateraito16.png",
        "32": "images\/sateraito32.png",
        "48": "images\/sateraito48.png",
        "128": "images\/sateraito128.png"
    },
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*.worksmobile.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.workplace.com\/*"
    ],
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "stcgfb_bg.js"
    },
    "content_scripts": [
        {
            "css": [
                "colorbox.css"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "jquery.colorbox-min.js",
                "sifij_contents.js"
            ],
            "matches": [
                "https:\/\/*.worksmobile.com\/*",
                "https:\/\/*.microsoft.com\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "colorbox.css"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "jquery.colorbox-min.js",
                "stcgfb_ct.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.workplace.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ]
}
© 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