WebExtension.net
Toggle dark mode
WebExtension.net

タスク管理 for Chrome <サテライトオフィス>

View on Chrome Web Store
View タスク管理 for Chrome <サテライトオフィス> 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
852 users
6
Sateraito Office
View author page of Sateraito Office
Published
Published on October 25, 2017
Version 1.2.5
Manifest version
3
Updated
Updated on March 1, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View タスク管理 for Chrome <サテライトオフィス> 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.5",
    "homepage_url": "http:\/\/www.sateraito.jp\/",
    "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"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "Sateraito Office",
    "background": {
        "service_worker": "stcgfb_bg.js",
        "type": "module"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.4.min.js",
                "jquery.colorbox-min.js",
                "jquery-ui.min.js",
                "sateraito_lang.js",
                "sifij_contents.js"
            ],
            "css": [
                "jquery-ui.css",
                "font-awesome.css",
                "jquery.toolbar.css",
                "common.css"
            ],
            "matches": [
                "https:\/\/*.worksmobile.com\/*",
                "https:\/\/task.sateraito.jp\/ssogadget\/*\/management_auth_line*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "jquery-2.2.4.min.js",
                "jquery-ui.min.js",
                "md5.min.js",
                "sateraito_lang.js",
                "stcgfb_ct.js"
            ],
            "css": [
                "jquery-ui.css",
                "common.css"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.workplace.com\/*",
                "https:\/\/task.sateraito.jp\/ssogadget\/*\/management_tasks_auth*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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