PlaybookUX - Screen recorder
A screen recorder app by PlaybookUX
PlaybookUX - Screen recorder क्या है?
PlaybookUX - Screen recorder PlaybookUX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A screen recorder app by PlaybookUX"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PlaybookUX - Screen recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The PlaybookUX chrome extension allows you test websites so you can provide companies with feedback. In order take a test with the PlaybookUX chrome extension, you must first have a link to the study. You will be given task instructions and asked to verbally provide feedback while interacting with the website.
एक्सटेंशन की मूल जानकारी
नाम | PlaybookUX - Screen recorder |
ID | hkoaocmcjchlpebblflldidnhanndoaf |
आधिकारिक URL | https://chromewebstore.google.com/detail/playbookux-screen-recorde/hkoaocmcjchlpebblflldidnhanndoaf |
विवरण | A screen recorder app by PlaybookUX |
फ़ाइल का आकार | 5.3 MB |
स्थापना संख्या | 82 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2023-01-30 |
प्रकाशन तिथि | 2022-12-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | PlaybookUX |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.playbookux.com/tester |
सहायता पृष्ठ URL | http://help.playbookux.com/en/articles/6795089-using-the-chrome-extension |
गोपनीयता नीति पृष्ठ URL | https://www.playbookux.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "PlaybookUX", "name": "PlaybookUX - Screen recorder", "version": "1.0.4", "manifest_version": 3, "description": "A screen recorder app by PlaybookUX", "permissions": [ "storage", "activeTab", "tabs" ], "background": { "service_worker": ".\/static\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/*.playbookux.com\/*", "http:\/\/localhost:8080\/*", "http:\/\/localhost:8081\/*" ] }, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "ic_finish.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } ] } |