PingPong

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

Co je PingPong?

PingPong je rozšíření Chrome vyvinuté https://app.hellopingpong.com, a jeho hlavní funkcí je „This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PingPong

Stáhněte si soubory rozšíření PingPong ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název PingPong PingPong
ID ggfgchkboafohghglleifhapohaopffd
Oficiální URL https://chromewebstore.google.com/detail/pingpong/ggfgchkboafohghglleifhapohaopffd
Popis This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
Velikost souboru 19.58 KB
Počet instalací 595
Aktuální Verze 1.7
Poslední Aktualizace 2017-11-07
Datum Vydání 2017-11-07
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://app.hellopingpong.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://hellopingpong.com/
URL Stránky Nápovědy https://hellopingpong.com/terms/
Podporované Jazyky 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"
    ]
}