CyboMonitor

サイボウズ(Cybozu)の報告書と掲示板への書き込みを監視

What is CyboMonitor?

CyboMonitor is a Chrome extension developed by naoki.koda, and its main feature is "サイボウズ(Cybozu)の報告書と掲示板への書き込みを監視".

Download CyboMonitor Extension CRX File

Download CyboMonitor 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

                        CyboMonitor はサイボウズOffice の更新(報告書、掲示板)をポップアップに表示します。

報告書や掲示板の記事の投稿や返信があった場合にアイコンに未読数を表示し、
ポップアップからそれぞれの記事にジャンプすることができます。

使い方
・お使いのサイボウズにログイン
・CyboMonitor をインストールし、オプションからお使いのサイボウズのURLを設定する
・「報告書」「掲示板」に未読(新規報告書、新規コメント)があればポップアップに表示される
・「update」をクリックまたは指定更新間隔で最新情報が取得される
・サイボウズページの右上に最新の「報告書」「掲示板」のリンクが表示される                    

Extension Basic Information

Name CyboMonitor CyboMonitor
ID mamkpegafnabcfhmcbbolkfhbeniebef
Official URL https://chromewebstore.google.com/detail/cybomonitor/mamkpegafnabcfhmcbbolkfhbeniebef
Description サイボウズ(Cybozu)の報告書と掲示板への書き込みを監視
File Size 74.83 KB
Installation Count 27
Current Version 1.7
Last Updated 2016-08-11
Publish Date 2016-08-10
Rating 5.00/5 Total 2 Ratings
Developer naoki.koda
Payment Type free
Extension Website https://github.com/volpe28v/CyboMonitorExtension
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CyboMonitor",
    "version": "1.7",
    "description": "\u30b5\u30a4\u30dc\u30a6\u30ba(Cybozu)\u306e\u5831\u544a\u66f8\u3068\u63b2\u793a\u677f\u3078\u306e\u66f8\u304d\u8fbc\u307f\u3092\u76e3\u8996",
    "icons": {
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.cybozu.com\/"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybozu.com\/o\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}