kintone Mention Show

kintoneにてメンション一覧のところに自分宛の通知にマークを付けてくれるクローム拡張

What is kintone Mention Show?

kintone Mention Show is a Chrome extension developed by oldergod, and its main feature is "kintoneにてメンション一覧のところに自分宛の通知にマークを付けてくれるクローム拡張".

Download kintone Mention Show Extension CRX File

Download kintone Mention Show 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

                                            

Extension Basic Information

Name kintone Mention Show kintone Mention Show
ID nholhgpaofkjkbcopmlcfnldlgledpkm
Official URL https://chromewebstore.google.com/detail/kintone-mention-show/nholhgpaofkjkbcopmlcfnldlgledpkm
Description kintoneにてメンション一覧のところに自分宛の通知にマークを付けてくれるクローム拡張
File Size 4.55 KB
Installation Count 156
Current Version 0.0.5
Last Updated 2016-12-13
Publish Date 2016-12-12
Developer oldergod
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kintone Mention Show",
    "short_name": "kintone\u901a\u77e5\u81ea\u5206\u5b9b\u691c\u77e5",
    "description": "kintone\u306b\u3066\u30e1\u30f3\u30b7\u30e7\u30f3\u4e00\u89a7\u306e\u3068\u3053\u308d\u306b\u81ea\u5206\u5b9b\u306e\u901a\u77e5\u306b\u30de\u30fc\u30af\u3092\u4ed8\u3051\u3066\u304f\u308c\u308b\u30af\u30ed\u30fc\u30e0\u62e1\u5f35",
    "manifest_version": 2,
    "version": "0.0.5",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.cybozu.com\/*",
                "https:\/\/*.cybozu-dev.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_end"
        }
    ]
}