PingPong

This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview

¿Qué es PingPong?

PingPong es una extensión de Chrome desarrollada por https://app.hellopingpong.com, y su función principal es "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PingPong

Descarga archivos de extensión PingPong 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

                        This Chrome extension makes it possible to capture the content of your screen when doing a PingPong remote user research session                    

Información Básica de la Extensión

Nombre PingPong PingPong
ID ggfgchkboafohghglleifhapohaopffd
URL Oficial https://chromewebstore.google.com/detail/pingpong/ggfgchkboafohghglleifhapohaopffd
Descripción This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
Tamaño del Archivo 19.58 KB
Cantidad de Instalaciones 595
Versión Actual 1.7
Última Actualización 2017-11-07
Fecha de Publicación 2017-11-07
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador https://app.hellopingpong.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hellopingpong.com/
URL de la Página de Ayuda https://hellopingpong.com/terms/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PingPong",
    "author": "PingPong Team.",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview",
    "homepage_url": "https:\/\/hellopingpong.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/polip.eket.su\/*",
            "https:\/\/polip.eket.su:8000\/*",
            "https:\/\/127.0.0.1:8000\/*",
            "http:\/\/127.0.0.1:8000\/*",
            "https:\/\/localhost:8000\/*",
            "http:\/\/localhost:8000\/*",
            "https:\/\/lepi2.localtunnel.me\/*",
            "https:\/\/tunnel.polip.ml\/*",
            "https:\/\/tunnel1.polip.ml\/*",
            "https:\/\/tunnel2.polip.ml\/*",
            "https:\/\/pingpong-dev.herokuapp.com\/*",
            "https:\/\/app.hellopingpong.com\/*"
        ]
    },
    "icons": {
        "16": "logo16v2.png",
        "48": "logo48v2.png",
        "128": "logo128v2.png"
    },
    "browser_action": [],
    "permissions": [
        "desktopCapture"
    ]
}