UWAlexaSkillFinder

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

Hvad er UWAlexaSkillFinder?

UWAlexaSkillFinder er en Chrome-udvidelse udviklet af UWM Security & Privacy Lab, og dens hovedfunktion er "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download UWAlexaSkillFinder-udvidelses-CRX-fil

Download UWAlexaSkillFinder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Officiel URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Beskrivelse Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Filstørrelse 457 KB
Antal Installationer 11
Nuværende Version 1.0.0.7
Senest Opdateret 2021-10-13
Udgivelsesdato 2020-06-07
Udvikler UWM Security & Privacy Lab
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wi-pi.github.io/
Hjælpeside-URL https://madisonvoice.cs.wisc.edu/privacy
URL til Fortrolighedspolitik Side https://madisonvoice.cs.wisc.edu/privacy
Understøttede Sprog 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
}