PingPong
This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
PingPongとは何ですか?
PingPongはhttps://app.hellopingpong.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview」です。
拡張機能のスクリーンショット
PingPong拡張機能のCRXファイルをダウンロード
PingPong拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This Chrome extension makes it possible to capture the content of your screen when doing a PingPong remote user research session                     拡張機能の基本情報
| 名前 |   |  
| ID | ggfgchkboafohghglleifhapohaopffd | 
| 公式URL | https://chromewebstore.google.com/detail/pingpong/ggfgchkboafohghglleifhapohaopffd | 
| 説明 | This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview | 
| ファイルサイズ | 19.58 KB | 
| インストール数 | 595 | 
| 現在のバージョン | 1.7 | 
| 最終更新日 | 2017-11-07 | 
| 公開日 | 2017-11-07 | 
| 評価 | 4.00/5 合計 4 レビュー | 
| 開発者 | https://app.hellopingpong.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://hellopingpong.com/ | 
| ヘルプページのURL | https://hellopingpong.com/terms/ | 
| 対応言語 | 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"
    ]
}  |  |