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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    ]
}