PingPong

This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview

PingPong là gì?

PingPong là một tiện ích mở rộng Chrome được phát triển bởi https://app.hellopingpong.com, và tính năng chính của nó là "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PingPong

Tải xuống các tệp mở rộng PingPong dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PingPong PingPong
ID ggfgchkboafohghglleifhapohaopffd
URL Chính Thức https://chromewebstore.google.com/detail/pingpong/ggfgchkboafohghglleifhapohaopffd
Mô tả This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview
Kích Thước Tệp 19.58 KB
Số Lần Cài Đặt 595
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2017-11-07
Ngày Phát Hành 2017-11-07
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://app.hellopingpong.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hellopingpong.com/
URL Trang Trợ Giúp https://hellopingpong.com/terms/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}