kintone Image Paster

kintoneにてイメージをペーストできるように

kintone Image Paster란 무엇입니까?

kintone Image Paster은(는) oldergod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "kintoneにてイメージをペーストできるように"입니다.

kintone Image Paster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        クリップボードに入っている画像をkintoneにペーストできるようにする拡張                    

확장 프로그램 기본 정보

이름 kintone Image Paster 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
이메일 [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"
    ]
}