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