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文件

下載kPoint Screen Capture Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}