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

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

Qu'est-ce que フィールドコード見えるくん! ?

フィールドコード見えるくん! est une extension Chrome développée par t-kojima, et sa fonction principale est "Kintoneのフィールドコードが見えるくん".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension フィールドコード見えるくん!

Téléchargez les fichiers d'extension フィールドコード見えるくん! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom フィールドコード見えるくん! フィールドコード見えるくん!
ID hgeiddmainfjlchncbkodkmgjhdnnggb
URL Officiel 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のフィールドコードが見えるくん
Taille du Fichier 65.86 KB
Nombre d'Installations 325
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-07-03
Date de Publication 2019-07-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur t-kojima
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/t-kojima/kintone-field-code-mieru
Langues Prises en Charge 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"
    ]
}