UWAlexaSkillFinder

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

UWAlexaSkillFinder là gì?

UWAlexaSkillFinder là một tiện ích mở rộng Chrome được phát triển bởi UWM Security & Privacy Lab, và tính năng chính của nó là "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UWAlexaSkillFinder

Tải xuống các tệp mở rộng UWAlexaSkillFinder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
URL Chính Thức https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
Mô tả Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
Kích Thước Tệp 457 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.0.7
Cập Nhật Lần Cuối 2021-10-13
Ngày Phát Hành 2020-06-07
Nhà Phát Triển UWM Security & Privacy Lab
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wi-pi.github.io/
URL Trang Trợ Giúp https://madisonvoice.cs.wisc.edu/privacy
URL Trang Chính Sách Bảo Mật https://madisonvoice.cs.wisc.edu/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}