Pixis LightRecorder
Surveys in motion plugin powered by Pixis Insights
Pixis LightRecorder란 무엇입니까?
Pixis LightRecorder은(는) developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surveys in motion plugin powered by Pixis Insights"입니다.
확장 프로그램 스크린샷
Pixis LightRecorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Surveys made easy with Pixis LightRecorder. You can record your screen, capture audio and video easily. And also switch between multiple tabs with survey questionnaires appearing in a pop-up form at the top of each tab. The plugin provides you detailed instructions and guides you through the whole survey filling process. The plugin is free of cost and requires no signup. All you have to do is record your feedback and hit submit, the plugin will upload your recording automatically.
확장 프로그램 기본 정보
이름 | Pixis LightRecorder |
ID | mkfnjjiiiiacfomgpfehbdjcocbgkeeo |
공식 URL | https://chromewebstore.google.com/detail/pixis-lightrecorder/mkfnjjiiiiacfomgpfehbdjcocbgkeeo |
설명 | Surveys in motion plugin powered by Pixis Insights |
파일 크기 | 237 KB |
설치 횟수 | 130 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2022-11-21 |
출시 날짜 | 2021-09-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | developer |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://app.pixisinsights.com/policies/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixis LightRecorder", "version": "1.1.4", "manifest_version": 2, "offline_enabled": true, "description": "Surveys in motion plugin powered by Pixis Insights", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "persistent": true, "page": "bg\/background.html" }, "browser_action": { "default_icon": "assets\/icons\/icon19.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content\/inject.css" ] } ], "content_security_policy": "script-src 'self' https:\/\/sdk.amazonaws.com\/js\/aws-sdk-2.693.0.min.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "permissions": [ "storage", "downloads", " |