UWAlexaSkillFinder

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

Vad är UWAlexaSkillFinder?

UWAlexaSkillFinder är en Chrome-tillägg utvecklad av UWM Security & Privacy Lab, och dess huvudfunktion är "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner UWAlexaSkillFinder-förlängningens CRX-fil

Ladda ner UWAlexaSkillFinder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Officiell webbadress https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Beskrivning Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Filstorlek 457 KB
Antal Installationer 11
Aktuell Version 1.0.0.7
Senast Uppdaterad 2021-10-13
Publiceringsdatum 2020-06-07
Utvecklare UWM Security & Privacy Lab
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wi-pi.github.io/
Hjälpsida URL https://madisonvoice.cs.wisc.edu/privacy
URL till Sekretesspolicy Sidan https://madisonvoice.cs.wisc.edu/privacy
Stödda Språk 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
}