UWAlexaSkillFinder

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

Wat is UWAlexaSkillFinder?

UWAlexaSkillFinder is een Chrome-extensie ontwikkeld door UWM Security & Privacy Lab, en de belangrijkste functie is "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UWAlexaSkillFinder

Download UWAlexaSkillFinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Officiële URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Beschrijving Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Bestandsgrootte 457 KB
Aantal Installaties 11
Huidige Versie 1.0.0.7
Laatst Bijgewerkt 2021-10-13
Publicatiedatum 2020-06-07
Ontwikkelaar UWM Security & Privacy Lab
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wi-pi.github.io/
Help Pagina-URL https://madisonvoice.cs.wisc.edu/privacy
URL van de Privacybeleid Pagina https://madisonvoice.cs.wisc.edu/privacy
Ondersteunde Talen 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
}