kPoint Screen Capture Assistant

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

¿Qué es kPoint Screen Capture Assistant?

kPoint Screen Capture Assistant es una extensión de Chrome desarrollada por https://kpoint.com, y su función principal es "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión kPoint Screen Capture Assistant

Descarga archivos de extensión kPoint Screen Capture Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre kPoint Screen Capture Assistant kPoint Screen Capture Assistant
ID jckpglhnbjcdnjkdpijjlhhadhphondf
URL Oficial https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf
Descripción The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
Tamaño del Archivo 47.48 KB
Cantidad de Instalaciones 250
Versión Actual 3.3.1
Última Actualización 2020-09-25
Fecha de Publicación 2020-06-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://kpoint.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.kpoint.com/
URL de la Página de Ayuda https://www.kpoint.com/support/
URL de la Página de Política de Privacidad https://www.kpoint.com/privacy-policy
Idiomas Soportados 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
}