kintone Image Paster
kintoneにてイメージをペーストできるように
O que é kintone Image Paster?
kintone Image Paster é uma extensão do Chrome desenvolvida por oldergod, e sua principal característica é "kintoneにてイメージをペーストできるように".
Baixar o arquivo CRX da Extensão kintone Image Paster
Baixe arquivos de extensão kintone Image Paster no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
クリップボードに入っている画像をkintoneにペーストできるようにする拡張
Informações Básicas da Extensão
Nome | kintone Image Paster |
ID | hnjlpfloofgnnjblkdanjhmlkeojooji |
URL Oficial | https://chromewebstore.google.com/detail/kintone-image-paster/hnjlpfloofgnnjblkdanjhmlkeojooji |
Descrição | kintoneにてイメージをペーストできるように |
Tamanho do Arquivo | 5.05 KB |
Contagem de Instalações | 160 |
Versão Atual | 0.0.5 |
Última Atualização | 2016-09-16 |
Data de Publicação | 2016-09-15 |
Desenvolvedor | oldergod |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |