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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension makes it possible to capture the content of your screen when doing a PingPong interview"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PingPong एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |