PingPong
This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
Что такое PingPong?
PingPong - это расширение Chrome, разработанное https://app.hellopingpong.com, и его основная функция - "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview".
Снимки экрана расширения
Скачать файл CRX расширения PingPong
Скачайте файлы расширений 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
Основная информация о расширении
Название | 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" ] } |