kintone Image Paster
kintoneにてイメージをペーストできるように
Cos'è kintone Image Paster?
kintone Image Paster è un'estensione di Chrome sviluppata da oldergod, e la sua funzione principale è "kintoneにてイメージをペーストできるように".
Scarica il file CRX dell'estensione kintone Image Paster
Scarica i file di estensione kintone Image Paster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
クリップボードに入っている画像をkintoneにペーストできるようにする拡張
Informazioni di Base sull'Estensione
Nome | kintone Image Paster |
ID | hnjlpfloofgnnjblkdanjhmlkeojooji |
URL Ufficiale | https://chromewebstore.google.com/detail/kintone-image-paster/hnjlpfloofgnnjblkdanjhmlkeojooji |
Descrizione | kintoneにてイメージをペーストできるように |
Dimensione del File | 5.05 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2016-09-16 |
Data di Pubblicazione | 2016-09-15 |
Sviluppatore | oldergod |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |