UWAlexaSkillFinder

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

What is UWAlexaSkillFinder?

UWAlexaSkillFinder is a Chrome extension developed by UWM Security & Privacy Lab, and its main feature is "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Extension Screenshots

screenshot
screenshot
screenshot

Download UWAlexaSkillFinder Extension CRX File

Download UWAlexaSkillFinder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Official URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Description Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
File Size 457 KB
Installation Count 11
Current Version 1.0.0.7
Last Updated 2021-10-13
Publish Date 2020-06-07
Developer UWM Security & Privacy Lab
Email [email protected]
Payment Type free
Extension Website https://wi-pi.github.io/
Help Page URL https://madisonvoice.cs.wisc.edu/privacy
Privacy Policy Page URL https://madisonvoice.cs.wisc.edu/privacy
Supported Languages 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
}