kintone Mention Show

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

Cos'è kintone Mention Show?

kintone Mention Show è un'estensione di Chrome sviluppata da oldergod, e la sua funzione principale è "kintoneにてメンション一覧のところに自分宛の通知にマークを付けてくれるクローム拡張".

Scarica il file CRX dell'estensione kintone Mention Show

Scarica i file di estensione kintone Mention Show in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome kintone Mention Show kintone Mention Show
ID nholhgpaofkjkbcopmlcfnldlgledpkm
URL Ufficiale https://chromewebstore.google.com/detail/kintone-mention-show/nholhgpaofkjkbcopmlcfnldlgledpkm
Descrizione kintoneにてメンション一覧のところに自分宛の通知にマークを付けてくれるクローム拡張
Dimensione del File 4.55 KB
Conteggio Installazioni 156
Versione Corrente 0.0.5
Ultimo Aggiornamento 2016-12-13
Data di Pubblicazione 2016-12-12
Sviluppatore oldergod
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}