PingPong

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

What is PingPong?

PingPong is a Chrome extension developed by https://app.hellopingpong.com, and its main feature is "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview".

Extension Screenshots

screenshot

Download PingPong Extension CRX File

Download PingPong extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PingPong PingPong
ID ggfgchkboafohghglleifhapohaopffd
Official URL https://chromewebstore.google.com/detail/pingpong/ggfgchkboafohghglleifhapohaopffd
Description This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
File Size 19.58 KB
Installation Count 595
Current Version 1.7
Last Updated 2017-11-07
Publish Date 2017-11-07
Rating 4.00/5 Total 4 Ratings
Developer https://app.hellopingpong.com
Email [email protected]
Payment Type free
Extension Website https://hellopingpong.com/
Help Page URL https://hellopingpong.com/terms/
Supported Languages 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"
    ]
}