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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UWAlexaSkillFinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}