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 |
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 |
Eメール | [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" ] } |