UWAlexaSkillFinder

Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.

Qu'est-ce que UWAlexaSkillFinder ?

UWAlexaSkillFinder est une extension Chrome développée par UWM Security & Privacy Lab, et sa fonction principale est "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UWAlexaSkillFinder

Téléchargez les fichiers d'extension UWAlexaSkillFinder 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

                        The extension is a part of an official UWM MTurk Study on Smart Assistants. Please do not download this if you are not participating in this study.                    

Informations de Base sur l'Extension

Nom UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
URL Officiel https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Description Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Taille du Fichier 457 KB
Nombre d'Installations 11
Version Actuelle 1.0.0.7
Dernière Mise à Jour 2021-10-13
Date de Publication 2020-06-07
Développeur UWM Security & Privacy Lab
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wi-pi.github.io/
URL de la Page d'Aide https://madisonvoice.cs.wisc.edu/privacy
URL de la Page de Politique de Confidentialité https://madisonvoice.cs.wisc.edu/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UWAlexaSkillFinder",
    "version": "1.0.0.7",
    "description": "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "history",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "domain_lookup.json"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/uwm_logo_16.png",
            "32": "icons\/uwm_logo_32.png",
            "48": "icons\/uwm_logo_48.png",
            "128": "icons\/uwm_logo_128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}