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
}