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

LINE WORKS や Workplace by Facebook の画面にタスク管理機能を表示します

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

タスク管理 for Chrome <サテライトオフィス> is a Chrome extension developed by https://task.sateraito.jp, and its main feature is "LINE WORKS や Workplace by Facebook の画面にタスク管理機能を表示します".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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

Download タスク管理 for Chrome <サテライトオフィス> extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        LINE WORKS や Workplace by Facebook の画面でサテライトオフィス・タスク管理機能を利用できる機能です。

①LINE WORKSを利用するユーザーの場合、
  ・LINEのチャット画面でチャット内容をタスクとして登録できる
  ・LINEのチャット画面でタスク管理画面を開くことができます。
②Workplace by Facebookを利用するユーザーの場合、
  ・Workplaceに投稿した内容をタスクとして登録できる。
  ・Workplace by Facebook画面でタスク管理画面を開くことができます。                    

Extension Basic Information

Name タスク管理 for Chrome <サテライトオフィス> タスク管理 for Chrome <サテライトオフィス>
ID gjeimonmegdfdfgoamdndmkhgfkpfnmo
Official URL https://chromewebstore.google.com/detail/%E3%82%BF%E3%82%B9%E3%82%AF%E7%AE%A1%E7%90%86-for-chrome-%EF%BC%9C%E3%82%B5%E3%83%86%E3%83%A9%E3%82%A4%E3%83%88%E3%82%AA%E3%83%95/gjeimonmegdfdfgoamdndmkhgfkpfnmo
Description LINE WORKS や Workplace by Facebook の画面にタスク管理機能を表示します
File Size 865 KB
Installation Count 827
Current Version 1.2.5
Last Updated 2023-03-01
Publish Date 2020-06-23
Developer https://task.sateraito.jp
Email [email protected]
Payment Type free
Extension Website https://www.sateraito.jp/Lineworks_Task.html
Privacy Policy Page URL https://www.sateraito.jp/privacy.html
Supported Languages ja
manifest.json
{
    "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": [
                ""
            ]
        }
    ]
}