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"입니다.

확장 프로그램 스크린샷

screenshot

PingPong 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 PingPong PingPong
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
이메일 [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"
    ]
}