kPoint Screen Capture Assistant

The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.

kPoint Screen Capture Assistant란 무엇입니까?

kPoint Screen Capture Assistant은(는) https://kpoint.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos."입니다.

확장 프로그램 스크린샷

screenshot

kPoint Screen Capture Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The new kPoint extension for chrome browser allows you to record your screen and also enhance the searchability of your kPoint videos. Install this extension along with kPoint screen sharing plugin from your kPoint domain.                    

확장 프로그램 기본 정보

이름 kPoint Screen Capture Assistant kPoint Screen Capture Assistant
ID jckpglhnbjcdnjkdpijjlhhadhphondf
공식 URL https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf
설명 The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
파일 크기 47.48 KB
설치 횟수 250
현재 버전 3.3.1
최근 업데이트 2020-09-25
출시 날짜 2020-06-24
평점 5.00/5 총 1 개의 평점
개발자 https://kpoint.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kpoint.com/
도움말 페이지 URL https://www.kpoint.com/support/
개인정보 보호 정책 페이지 URL https://www.kpoint.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kPoint Screen Capture Assistant",
    "short_name": "kPoint",
    "version": "3.3.1",
    "description": "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.",
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "background.js",
            "plugin.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "detectextension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.kpoint.com\/*",
            "*:\/\/*.skreen.me\/*",
            "*:\/\/*.techmahindra.com\/*",
            "*:\/\/*.gslab.com\/*",
            "*:\/\/*.zencite.com\/*",
            "*:\/\/*.persistent.co.in\/*",
            "*:\/\/*.kmart.com\/*",
            "*:\/\/*.tatatechnologies.com\/*",
            "*:\/\/*.coep.org.in\/*",
            "*:\/\/*.corpintra.net\/*",
            "*:\/\/*.cdac.in\/*",
            "*:\/\/*.bosch.com\/*",
            "*:\/\/*.lteaglobal.com\/*",
            "*:\/\/*.kalyanicorp.com\/*",
            "*:\/\/*.net.plm.eds.com\/*",
            "*:\/\/*.vsnl.co.in\/*",
            "*:\/\/*.wce.ac.in\/*",
            "*:\/\/*.cmcltd.com\/*",
            "*:\/\/*.chola.murugappa.com\/*",
            "*:\/\/*.airtel.com\/*",
            "*:\/\/*.tcs.com\/*",
            "*:\/\/*.tatacommunications.com\/*",
            "*:\/\/*.tieto.com\/*",
            "*:\/\/*.kpedmodo.com\/*",
            "*:\/\/*.kenan.ai\/*",
            "*:\/\/*.citiustech.com\/*",
            "*:\/\/*.barodagurukul.co.in\/*",
            "*:\/\/*.icicilombard.com\/*"
        ]
    },
    "icons": {
        "16": "k16.png",
        "32": "k32.png",
        "48": "k48.png",
        "128": "k128.png"
    },
    "manifest_version": 2
}