kintone Image Paster

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

什么是kintone Image Paster?

kintone Image Paster是由oldergod开发的Chrome扩展程序,该扩展的主要功能是“kintoneにてイメージをペーストできるように”。

下载kintone Image Paster扩展crx文件

下载kintone Image Paster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        クリップボードに入っている画像をkintoneにペーストできるようにする拡張                    

扩展基本信息

名称 kintone Image Paster kintone Image Paster
ID hnjlpfloofgnnjblkdanjhmlkeojooji
官方URL https://chromewebstore.google.com/detail/kintone-image-paster/hnjlpfloofgnnjblkdanjhmlkeojooji
简介 kintoneにてイメージをペーストできるように
文件大小 5.05 KB
安装次数 160
当前版本 0.0.5
更新时间 2016-09-16
上架时间 2016-09-15
开发者 oldergod
电子邮箱 [email protected]
付费类型 free
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kintone Image Paster",
    "short_name": "kIP",
    "description": "kintone\u306b\u3066\u30a4\u30e1\u30fc\u30b8\u3092\u30da\u30fc\u30b9\u30c8\u3067\u304d\u308b\u3088\u3046\u306b",
    "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"
    ]
}