kintone Image Paster

kintone Image Paster

kintoneにてイメージをペーストできるように

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "kintone Image Paster",
  "short_name": "kIP",
  "description": "kintoneにてイメージをペーストできるように",
  "manifest_version": 2,
  "version": "0.0.5",
  "content_scripts": [
    {
      "matches": [
        "https://*.cybozu.com/k/*",
        "https://*.cybozu-dev.com/k/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "injectedContentScript.js"
  ]
}