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
公式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
Eメール [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
}