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 |
| 官方網址 | 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"
]
} | |