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
官方網址 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"
    ]
}