UWAlexaSkillFinder

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

Cos'è UWAlexaSkillFinder?

UWAlexaSkillFinder è un'estensione di Chrome sviluppata da UWM Security & Privacy Lab, e la sua funzione principale è "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UWAlexaSkillFinder

Scarica i file di estensione UWAlexaSkillFinder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
URL Ufficiale https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Descrizione Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Dimensione del File 457 KB
Conteggio Installazioni 11
Versione Corrente 1.0.0.7
Ultimo Aggiornamento 2021-10-13
Data di Pubblicazione 2020-06-07
Sviluppatore UWM Security & Privacy Lab
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wi-pi.github.io/
URL della Pagina di Aiuto https://madisonvoice.cs.wisc.edu/privacy
URL della Pagina della Politica sulla Privacy https://madisonvoice.cs.wisc.edu/privacy
Lingue Supportate 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
}