kintone Image Paster
kintoneにてイメージをペーストできるように
What is kintone Image Paster?
kintone Image Paster is a Chrome extension developed by oldergod, and its main feature is "kintoneにてイメージをペーストできるように".
Download kintone Image Paster Extension CRX File
Download kintone Image Paster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
クリップボードに入っている画像をkintoneにペーストできるようにする拡張
Extension Basic Information
Name | kintone Image Paster |
ID | hnjlpfloofgnnjblkdanjhmlkeojooji |
Official URL | https://chromewebstore.google.com/detail/kintone-image-paster/hnjlpfloofgnnjblkdanjhmlkeojooji |
Description | kintoneにてイメージをペーストできるように |
File Size | 5.05 KB |
Installation Count | 160 |
Current Version | 0.0.5 |
Last Updated | 2016-09-16 |
Publish Date | 2016-09-15 |
Developer | oldergod |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |