Pixis LightRecorder

Surveys in motion plugin powered by Pixis Insights

Qu'est-ce que Pixis LightRecorder ?

Pixis LightRecorder est une extension Chrome développée par developer, et sa fonction principale est "Surveys in motion plugin powered by Pixis Insights".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pixis LightRecorder

Téléchargez les fichiers d'extension Pixis LightRecorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pixis LightRecorder Pixis LightRecorder
ID mkfnjjiiiiacfomgpfehbdjcocbgkeeo
URL Officiel https://chromewebstore.google.com/detail/pixis-lightrecorder/mkfnjjiiiiacfomgpfehbdjcocbgkeeo
Description Surveys in motion plugin powered by Pixis Insights
Taille du Fichier 237 KB
Nombre d'Installations 130
Version Actuelle 1.1.4
Dernière Mise à Jour 2022-11-21
Date de Publication 2021-09-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur developer
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://app.pixisinsights.com/policies/privacy
Langues Prises en Charge 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",
        "",
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "content\/inject.css",
        "content\/inject.html",
        "content\/cam.html",
        "content\/cam.js",
        "assets\/fonts\/Roboto-Regular.ttf",
        "assets\/svg\/back.svg",
        "assets\/svg\/pause.svg",
        "assets\/svg\/resume.svg",
        "assets\/svg\/record.svg",
        "assets\/svg\/cam.svg",
        "assets\/svg\/camResume.svg",
        "assets\/svg\/mute.svg",
        "assets\/svg\/mic.svg",
        "assets\/svg\/more.svg",
        "lib\/bootstrap.min.css",
        "lib\/bootstrap.min.js"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.pixisinsights.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApiT0fYr5ZBcdBIiEn4xizb2Tyfet2CUzVBuPD2eNf87ltyiRwzthctJ58lufyz5MVDa3hAR8w\/lZzS6KVwlgWiu66iAKed3OY+YUL0i0rz1Hj\/yueJRk3sQHycquVx0PrzHmAxf+jfD0SBFDIjq3NQxGpDTEXnaHJxxCUIh4t\/qsf6An8f2ZF6RFA0fr1wTXtcT5TdGSUVfGQkUhgeDhuqAbc9ILM75X4\/qVN6hQMe2k91LMygB0YQZmwaKPSxaME+XpK8mZANj2VKTWPxOSJULjmjz8XhOv2nsyb2ZlRWfQrgJXFzQAKc68R3wF1UYAmFjW8HYD+qXgfthDQf+APQIDAQAB"
}