UWAlexaSkillFinder

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

Co to jest UWAlexaSkillFinder?

UWAlexaSkillFinder to rozszerzenie Chrome opracowane przez UWM Security & Privacy Lab, a jego główną funkcją jest „Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia UWAlexaSkillFinder

Pobierz pliki rozszerzeń UWAlexaSkillFinder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Oficjalny URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Opis Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Rozmiar pliku 457 KB
Liczba instalacji 11
Aktualna Wersja 1.0.0.7
Ostatnia Aktualizacja 2021-10-13
Data Publikacji 2020-06-07
Deweloper UWM Security & Privacy Lab
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://wi-pi.github.io/
Adres URL Strony Pomocy https://madisonvoice.cs.wisc.edu/privacy
Adres URL Strony Polityki Prywatności https://madisonvoice.cs.wisc.edu/privacy
Obsługiwane Języki 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
}