PingPong

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

Qu'est-ce que PingPong ?

PingPong est une extension Chrome développée par https://app.hellopingpong.com, et sa fonction principale est "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PingPong

Téléchargez les fichiers d'extension PingPong au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PingPong PingPong
ID ggfgchkboafohghglleifhapohaopffd
URL Officiel 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
Taille du Fichier 19.58 KB
Nombre d'Installations 595
Version Actuelle 1.7
Dernière Mise à Jour 2017-11-07
Date de Publication 2017-11-07
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://app.hellopingpong.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hellopingpong.com/
URL de la Page d'Aide https://hellopingpong.com/terms/
Langues Prises en Charge 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"
    ]
}