PingPong
This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
Was ist PingPong?
PingPong ist eine Chrome-Erweiterung, die von https://app.hellopingpong.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview".
Erweiterungsscreenshots
PingPong-Erweiterungs-CRX-Datei herunterladen
Laden Sie PingPong-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Chrome extension makes it possible to capture the content of your screen when doing a PingPong remote user research session
Grundlegende Informationen zur Erweiterung
Name | PingPong |
ID | ggfgchkboafohghglleifhapohaopffd |
Offizielle URL | https://chromewebstore.google.com/detail/pingpong/ggfgchkboafohghglleifhapohaopffd |
Beschreibung | This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview |
Dateigröße | 19.58 KB |
Installationsanzahl | 595 |
Aktuelle Version | 1.7 |
Letztes Update | 2017-11-07 |
Veröffentlichungsdatum | 2017-11-07 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://app.hellopingpong.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hellopingpong.com/ |
Hilfeseite URL | https://hellopingpong.com/terms/ |
Unterstützte Sprachen | 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" ] } |