UWAlexaSkillFinder

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

Was ist UWAlexaSkillFinder?

UWAlexaSkillFinder ist eine Chrome-Erweiterung, die von UWM Security & Privacy Lab entwickelt wurde, und ihr Hauptmerkmal ist "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

UWAlexaSkillFinder-Erweiterungs-CRX-Datei herunterladen

Laden Sie UWAlexaSkillFinder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Offizielle URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Beschreibung Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Dateigröße 457 KB
Installationsanzahl 11
Aktuelle Version 1.0.0.7
Letztes Update 2021-10-13
Veröffentlichungsdatum 2020-06-07
Entwickler UWM Security & Privacy Lab
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wi-pi.github.io/
Hilfeseite URL https://madisonvoice.cs.wisc.edu/privacy
URL der Datenschutzrichtlinien-Seite https://madisonvoice.cs.wisc.edu/privacy
Unterstützte Sprachen 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
}