フィールドコード見えるくん!

Kintoneのフィールドコードが見えるくん

What is フィールドコード見えるくん!?

フィールドコード見えるくん! is a Chrome extension developed by t-kojima, and its main feature is "Kintoneのフィールドコードが見えるくん".

Extension Screenshots

screenshot

Download フィールドコード見えるくん! Extension CRX File

Download フィールドコード見えるくん! 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

                        kintoneのフィールドコードがボタン一つで確認できます。                    

Extension Basic Information

Name フィールドコード見えるくん! フィールドコード見えるくん!
ID hgeiddmainfjlchncbkodkmgjhdnnggb
Official URL https://chromewebstore.google.com/detail/%E3%83%95%E3%82%A3%E3%83%BC%E3%83%AB%E3%83%89%E3%82%B3%E3%83%BC%E3%83%89%E8%A6%8B%E3%81%88%E3%82%8B%E3%81%8F%E3%82%93%EF%BC%81/hgeiddmainfjlchncbkodkmgjhdnnggb
Description Kintoneのフィールドコードが見えるくん
File Size 65.86 KB
Installation Count 325
Current Version 1.0.1
Last Updated 2019-07-03
Publish Date 2019-07-03
Rating 5.00/5 Total 1 Ratings
Developer t-kojima
Email [email protected]
Payment Type free
Extension Website https://github.com/t-kojima/kintone-field-code-mieru
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Kintone\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u30b3\u30fc\u30c9\u304c\u898b\u3048\u308b\u304f\u3093",
    "version": "1.0.1",
    "name": "\u30d5\u30a3\u30fc\u30eb\u30c9\u30b3\u30fc\u30c9\u898b\u3048\u308b\u304f\u3093\uff01",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u898b\u3048\u308b\u304f\u3093\uff01",
        "default_icon": "icon-32.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybozu.com\/k\/*"
            ],
            "run_at": "document_end",
            "js": [
                "script.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "index.bundle.js"
    ]
}