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 |
| 电子邮箱 | [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"
]
} | |