UWAlexaSkillFinder

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

什麼是UWAlexaSkillFinder?

UWAlexaSkillFinder是由UWM Security & Privacy Lab開發的Chrome擴展程式,該擴展的主要功能是“Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.”。

擴展截圖

screenshot
screenshot
screenshot

下載UWAlexaSkillFinder擴展crx文件

下載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
官方網址 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
}