UWAlexaSkillFinder

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

Apa itu UWAlexaSkillFinder?

UWAlexaSkillFinder adalah ekstensi Chrome yang dikembangkan oleh UWM Security & Privacy Lab, dan fitur utamanya adalah "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi UWAlexaSkillFinder

Unduh file ekstensi UWAlexaSkillFinder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
URL Resmi https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Deskripsi Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Ukuran File 457 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.0.7
Terakhir Diperbarui 2021-10-13
Tanggal Publikasi 2020-06-07
Pengembang UWM Security & Privacy Lab
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://wi-pi.github.io/
URL Halaman Bantuan https://madisonvoice.cs.wisc.edu/privacy
URL Halaman Kebijakan Privasi https://madisonvoice.cs.wisc.edu/privacy
Bahasa yang Didukung 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
}