UWAlexaSkillFinder

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

O que é UWAlexaSkillFinder?

UWAlexaSkillFinder é uma extensão do Chrome desenvolvida por UWM Security & Privacy Lab, e sua principal característica é "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UWAlexaSkillFinder

Baixe arquivos de extensão UWAlexaSkillFinder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
URL Oficial https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Descrição Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Tamanho do Arquivo 457 KB
Contagem de Instalações 11
Versão Atual 1.0.0.7
Última Atualização 2021-10-13
Data de Publicação 2020-06-07
Desenvolvedor UWM Security & Privacy Lab
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wi-pi.github.io/
URL da Página de Ajuda https://madisonvoice.cs.wisc.edu/privacy
URL da Página de Política de Privacidade https://madisonvoice.cs.wisc.edu/privacy
Idiomas Suportados 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
}