UWAlexaSkillFinder

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

Что такое UWAlexaSkillFinder?

UWAlexaSkillFinder - это расширение Chrome, разработанное UWM Security & Privacy Lab, и его основная функция - "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения UWAlexaSkillFinder

Скачайте файлы расширений UWAlexaSkillFinder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
Официальный URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Описание Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Размер файла 457 KB
Количество установок 11
Текущая Версия 1.0.0.7
Последнее Обновление 2021-10-13
Дата публикации 2020-06-07
Разработчик UWM Security & Privacy Lab
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://wi-pi.github.io/
URL страницы помощи https://madisonvoice.cs.wisc.edu/privacy
URL страницы политики конфиденциальности https://madisonvoice.cs.wisc.edu/privacy
Поддерживаемые языки 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
}