PingPong

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

O que é PingPong?

PingPong é uma extensão do Chrome desenvolvida por https://app.hellopingpong.com, e sua principal característica é "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PingPong

Baixe arquivos de extensão PingPong no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome PingPong PingPong
ID ggfgchkboafohghglleifhapohaopffd
URL Oficial https://chromewebstore.google.com/detail/pingpong/ggfgchkboafohghglleifhapohaopffd
Descrição This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
Tamanho do Arquivo 19.58 KB
Contagem de Instalações 595
Versão Atual 1.7
Última Atualização 2017-11-07
Data de Publicação 2017-11-07
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://app.hellopingpong.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hellopingpong.com/
URL da Página de Ajuda https://hellopingpong.com/terms/
Idiomas Suportados 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"
    ]
}