kinspaX

kinspaX

kintone space UI extention that suit your every need.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.9.1",
  "default_locale": "en",
  "homepage_url": "https://github.com/daikimat/chrome-extension-kinspaX",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.cybozu.com/k/*",
        "https://*.cybozu-dev.com/k/*",
        "https://*.kintone.com/k/*",
        "https://*.kintone-dev.com/k/*",
        "https://*.cybozu.cn/k/*",
        "https://*.cybozu-dev.cn/k/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/twopane-active.png",
        "images/twopane.png"
      ],
      "matches": [
        "https://*.cybozu.com/*",
        "https://*.cybozu-dev.com/*",
        "https://*.kintone.com/*",
        "https://*.kintone-dev.com/*",
        "https://*.cybozu.cn/*",
        "https://*.cybozu-dev.cn/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}