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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}